Html Css Color HEX #96E08C Granny Smith Apple

📋 copy color: '#96E08C'

red 150 ◦ green 224 ◦ blue 140

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

Shades of Granny Smith Apple #96E08C

Tints of Granny Smith Apple #96E08C

RGB

 RED value IS 150 (58.98% from 255) = 29.18%

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

 BLUE value IS 140 (55.08% from 255) = 27.24%

R = 29.18%
G = 43.58%
B = 27.24%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#96E08C (or 0x96E08C) is known color: Granny Smith Apple. HEX triplet: 96, E0 and 8C. RGB value is (150,224,140). Sum of RGB (Red+Green+Blue) = 150+224+140=514 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.18% from 514); Green value is 224 (87.89% from 255 or 43.58% from 514); Blue value is 140 (55.08% from 255 or 27.24% from 514); Max value from RGB is 224 - color contains mainly: green. Hex color #96E08C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96E08C is #691F73. Grayscale: #C0C0C0. Windows color (decimal): -6889332 or 9232534. OLE color: 9232534.

HSL color Cylindrical-coordinate representation of color #96E08C: hue angle of 112.86º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96E08C is Cyan = 0.33, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB 150 224 140 -
CMYK 0.33 0 0.38 0.12
HSL 112.86º 0.58% 0.71% -
HSV(B) 112.86º 0.38% 0.88% -
XYZ 43.97 61.69 34.4 -
YUV 192.3 98.48 97.83 -
System Red Green Blue C M Y K H S L
Decimal 150 224 140 0.33 0 0.38 0.12 112.86 0.58 0.71
Hex 96 E0 8C 21 0 26 C 71 3A 47
Octal 226 340 214 41 0 46 14 161 72 107
Binary 10010110 11100000 10001100 100001 0 100110 1100 1110001 111010 1000111

Color Harmonies of #96E08C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E08C

Black with #96E08C

Text Example


Text Example

White with #96E08C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96E08C; }

 p { color: rgb(150,224,140); }

 H1.HeaderClassName
 {
   color: #96E08C;
 }
 .AnyTagClassName
 {
   color: #96E08C;
 }
</style>

background-color css

<style>
 a { background-color: #96E08C; }

 a { background-color: rgb(150,224,140); }

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

border-color css

<style>
 span { border-color: #96E08C; }

 span { border-color: rgb(150,224,140); }

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