Html Css Color HEX #9EE0A0 Granny Smith Apple

📋 copy color: '#9EE0A0'

red 158 ◦ green 224 ◦ blue 160

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

Shades of Granny Smith Apple #9EE0A0

Tints of Granny Smith Apple #9EE0A0

RGB

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

 GREEN value IS 224 (87.89% from 255) = 41.33%

 BLUE value IS 160 (62.89% from 255) = 29.52%

R = 29.15%
G = 41.33%
B = 29.52%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.29

 K value IS 0.12

RGB Variations

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

Color information

#9EE0A0 (or 0x9EE0A0) is known color: Granny Smith Apple. HEX triplet: 9E, E0 and A0. RGB value is (158,224,160). Sum of RGB (Red+Green+Blue) = 158+224+160=542 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.15% from 542); Green value is 224 (87.89% from 255 or 41.33% from 542); Blue value is 160 (62.89% from 255 or 29.52% from 542); Max value from RGB is 224 - color contains mainly: green. Hex color #9EE0A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EE0A0 is #611F5F. Grayscale: #C5C5C5. Windows color (decimal): -6365024 or 10543262. OLE color: 10543262.

HSL color Cylindrical-coordinate representation of color #9EE0A0: hue angle of 121.82º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9EE0A0 is Cyan = 0.29, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB 158 224 160 -
CMYK 0.29 0 0.29 0.12
HSL 121.82º 0.52% 0.75% -
HSV(B) 121.82º 0.29% 0.88% -
XYZ 47.1 63.12 42.96 -
YUV 196.97 107.13 100.2 -
System Red Green Blue C M Y K H S L
Decimal 158 224 160 0.29 0 0.29 0.12 121.82 0.52 0.75
Hex 9E E0 A0 1D 0 1D C 7A 34 4B
Octal 236 340 240 35 0 35 14 172 64 113
Binary 10011110 11100000 10100000 11101 0 11101 1100 1111010 110100 1001011

Color Harmonies of #9EE0A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EE0A0

Black with #9EE0A0

Text Example


Text Example

White with #9EE0A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,224,160); }

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

background-color css

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

 a { background-color: rgb(158,224,160); }

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

border-color css

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

 span { border-color: rgb(158,224,160); }

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