Html Css Color HEX #9FDA3F Atlantis

📋 copy color: '#9FDA3F'

red 159 ◦ green 218 ◦ blue 63

#9FDA3F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atlantis #9FDA3F

Tints of Atlantis #9FDA3F

RGB

 RED value IS 159 (62.5% from 255) = 36.14%

 GREEN value IS 218 (85.55% from 255) = 49.55%

 BLUE value IS 63 (25% from 255) = 14.32%

R = 36.14%
G = 49.55%
B = 14.32%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.71

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#9FDA3F (or 0x9FDA3F) is known color: Atlantis. HEX triplet: 9F, DA and 3F. RGB value is (159,218,63). Sum of RGB (Red+Green+Blue) = 159+218+63=440 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.14% from 440); Green value is 218 (85.55% from 255 or 49.55% from 440); Blue value is 63 (25% from 255 or 14.32% from 440); Max value from RGB is 218 - color contains mainly: green. Hex color #9FDA3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FDA3F is #6025C0. Grayscale: #B7B7B7. Windows color (decimal): -6301121 or 4184735. OLE color: 4184735.

HSL color Cylindrical-coordinate representation of color #9FDA3F: hue angle of 82.84º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9FDA3F is Cyan = 0.27, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB 159 218 63 -
CMYK 0.27 0 0.71 0.15
HSL 82.84º 0.68% 0.55% -
HSV(B) 82.84º 0.71% 0.85% -
XYZ 40.27 57.87 13.75 -
YUV 182.69 60.45 111.1 -
System Red Green Blue C M Y K H S L
Decimal 159 218 63 0.27 0 0.71 0.15 82.84 0.68 0.55
Hex 9F DA 3F 1B 0 47 F 53 44 37
Octal 237 332 77 33 0 107 17 123 104 67
Binary 10011111 11011010 111111 11011 0 1000111 1111 1010011 1000100 110111

Color Harmonies of #9FDA3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDA3F

Black with #9FDA3F

Text Example


Text Example

White with #9FDA3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9FDA3F; }

 p { color: rgb(159,218,63); }

 H1.HeaderClassName
 {
   color: #9FDA3F;
 }
 .AnyTagClassName
 {
   color: #9FDA3F;
 }
</style>

background-color css

<style>
 a { background-color: #9FDA3F; }

 a { background-color: rgb(159,218,63); }

 div.DivClassName
 {
   background-color: #9FDA3F;
 }
 .BgClassName
 {
   background-color: #9FDA3F;
 }
</style>

border-color css

<style>
 span { border-color: #9FDA3F; }

 span { border-color: rgb(159,218,63); }

 td.TdClassName
 {
   border-color: #9FDA3F;
 }
 .TagClassName
 {
   border-color: #9FDA3F;
 }
</style>