Html Css Color HEX #9EC04D Atlantis

📋 copy color: '#9EC04D'

red 158 ◦ green 192 ◦ blue 77

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

Shades of Atlantis #9EC04D

Tints of Atlantis #9EC04D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 18.03%

R = 37%
G = 44.96%
B = 18.03%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#9EC04D (or 0x9EC04D) is known color: Atlantis. HEX triplet: 9E, C0 and 4D. RGB value is (158,192,77). Sum of RGB (Red+Green+Blue) = 158+192+77=427 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.00% from 427); Green value is 192 (75.39% from 255 or 44.96% from 427); Blue value is 77 (30.47% from 255 or 18.03% from 427); Max value from RGB is 192 - color contains mainly: green. Hex color #9EC04D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC04D is #613FB2. Grayscale: #A9A9A9. Windows color (decimal): -6373299 or 5095582. OLE color: 5095582.

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

Color convert

RGB 158 192 77 -
CMYK 0.18 0 0.60 0.25
HSL 77.74º 0.48% 0.53% -
HSV(B) 77.74º 0.6% 0.75% -
XYZ 34.29 45.5 14 -
YUV 168.72 76.24 120.35 -
System Red Green Blue C M Y K H S L
Decimal 158 192 77 0.18 0 0.60 0.25 77.74 0.48 0.53
Hex 9E C0 4D 12 0 3C 19 4E 30 35
Octal 236 300 115 22 0 74 31 116 60 65
Binary 10011110 11000000 1001101 10010 0 111100 11001 1001110 110000 110101

Color Harmonies of #9EC04D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC04D

Black with #9EC04D

Text Example


Text Example

White with #9EC04D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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