Html Css Color HEX #9EC04A Atlantis

📋 copy color: '#9EC04A'

red 158 ◦ green 192 ◦ blue 74

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

Shades of Atlantis #9EC04A

Tints of Atlantis #9EC04A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 17.45%

R = 37.26%
G = 45.28%
B = 17.45%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#9EC04A (or 0x9EC04A) is known color: Atlantis. HEX triplet: 9E, C0 and 4A. RGB value is (158,192,74). Sum of RGB (Red+Green+Blue) = 158+192+74=424 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.26% from 424); Green value is 192 (75.39% from 255 or 45.28% from 424); Blue value is 74 (29.30% from 255 or 17.45% from 424); Max value from RGB is 192 - color contains mainly: green. Hex color #9EC04A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EC04A is #613FB5. Grayscale: #A8A8A8. Windows color (decimal): -6373302 or 4898974. OLE color: 4898974.

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

Color convert

RGB 158 192 74 -
CMYK 0.18 0 0.61 0.25
HSL 77.29º 0.48% 0.52% -
HSV(B) 77.29º 0.61% 0.75% -
XYZ 34.19 45.46 13.45 -
YUV 168.38 74.74 120.59 -
System Red Green Blue C M Y K H S L
Decimal 158 192 74 0.18 0 0.61 0.25 77.29 0.48 0.52
Hex 9E C0 4A 12 0 3D 19 4D 30 34
Octal 236 300 112 22 0 75 31 115 60 64
Binary 10011110 11000000 1001010 10010 0 111101 11001 1001101 110000 110100

Color Harmonies of #9EC04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC04A

Black with #9EC04A

Text Example


Text Example

White with #9EC04A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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