Html Css Color HEX #9EC94C Atlantis

📋 copy color: '#9EC94C'

red 158 ◦ green 201 ◦ blue 76

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

Shades of Atlantis #9EC94C

Tints of Atlantis #9EC94C

RGB

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

 GREEN value IS 201 (78.91% from 255) = 46.21%

 BLUE value IS 76 (30.08% from 255) = 17.47%

R = 36.32%
G = 46.21%
B = 17.47%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#9EC94C (or 0x9EC94C) is known color: Atlantis. HEX triplet: 9E, C9 and 4C. RGB value is (158,201,76). Sum of RGB (Red+Green+Blue) = 158+201+76=435 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.32% from 435); Green value is 201 (78.91% from 255 or 46.21% from 435); Blue value is 76 (30.08% from 255 or 17.47% from 435); Max value from RGB is 201 - color contains mainly: green. Hex color #9EC94C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EC94C is #6136B3. Grayscale: #AEAEAE. Windows color (decimal): -6370996 or 5032350. OLE color: 5032350.

HSL color Cylindrical-coordinate representation of color #9EC94C: hue angle of 80.64º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9EC94C is Cyan = 0.21, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.

Color convert

RGB 158 201 76 -
CMYK 0.21 0 0.62 0.21
HSL 80.64º 0.54% 0.54% -
HSV(B) 80.64º 0.62% 0.79% -
XYZ 36.29 49.56 14.49 -
YUV 173.89 72.75 116.66 -
System Red Green Blue C M Y K H S L
Decimal 158 201 76 0.21 0 0.62 0.21 80.64 0.54 0.54
Hex 9E C9 4C 15 0 3E 15 51 36 36
Octal 236 311 114 25 0 76 25 121 66 66
Binary 10011110 11001001 1001100 10101 0 111110 10101 1010001 110110 110110

Color Harmonies of #9EC94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC94C

Black with #9EC94C

Text Example


Text Example

White with #9EC94C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,201,76); }

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

background-color css

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

 a { background-color: rgb(158,201,76); }

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

border-color css

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

 span { border-color: rgb(158,201,76); }

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