Html Css Color HEX #9EC04F Atlantis

📋 copy color: '#9EC04F'

red 158 ◦ green 192 ◦ blue 79

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

Shades of Atlantis #9EC04F

Tints of Atlantis #9EC04F

RGB

 RED value IS 158 (62.11% from 255) = 36.83%

 GREEN value IS 192 (75.39% from 255) = 44.76%

 BLUE value IS 79 (31.25% from 255) = 18.41%

R = 36.83%
G = 44.76%
B = 18.41%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#9EC04F (or 0x9EC04F) is known color: Atlantis. HEX triplet: 9E, C0 and 4F. RGB value is (158,192,79). Sum of RGB (Red+Green+Blue) = 158+192+79=429 (56% of max value = 765). Red value is 158 (62.11% from 255 or 36.83% from 429); Green value is 192 (75.39% from 255 or 44.76% from 429); Blue value is 79 (31.25% from 255 or 18.41% from 429); Max value from RGB is 192 - color contains mainly: green. Hex color #9EC04F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC04F is #613FB0. Grayscale: #A9A9A9. Windows color (decimal): -6373297 or 5226654. OLE color: 5226654.

HSL color Cylindrical-coordinate representation of color #9EC04F: hue angle of 78.05º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9EC04F is Cyan = 0.18, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB 158 192 79 -
CMYK 0.18 0 0.59 0.25
HSL 78.05º 0.47% 0.53% -
HSV(B) 78.05º 0.59% 0.75% -
XYZ 34.36 45.53 14.37 -
YUV 168.95 77.24 120.19 -
System Red Green Blue C M Y K H S L
Decimal 158 192 79 0.18 0 0.59 0.25 78.05 0.47 0.53
Hex 9E C0 4F 12 0 3B 19 4E 2F 35
Octal 236 300 117 22 0 73 31 116 57 65
Binary 10011110 11000000 1001111 10010 0 111011 11001 1001110 101111 110101

Color Harmonies of #9EC04F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC04F

Black with #9EC04F

Text Example


Text Example

White with #9EC04F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,192,79); }

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

background-color css

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

 a { background-color: rgb(158,192,79); }

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

border-color css

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

 span { border-color: rgb(158,192,79); }

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