Html Css Color HEX #96CE91 Granny Smith Apple

📋 copy color: '#96CE91'

red 150 ◦ green 206 ◦ blue 145

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

Shades of Granny Smith Apple #96CE91

Tints of Granny Smith Apple #96CE91

RGB

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

 GREEN value IS 206 (80.86% from 255) = 41.12%

 BLUE value IS 145 (57.03% from 255) = 28.94%

R = 29.94%
G = 41.12%
B = 28.94%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#96CE91 (or 0x96CE91) is known color: Granny Smith Apple. HEX triplet: 96, CE and 91. RGB value is (150,206,145). Sum of RGB (Red+Green+Blue) = 150+206+145=501 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.94% from 501); Green value is 206 (80.86% from 255 or 41.12% from 501); Blue value is 145 (57.03% from 255 or 28.94% from 501); Max value from RGB is 206 - color contains mainly: green. Hex color #96CE91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CE91 is #69316E. Grayscale: #B6B6B6. Windows color (decimal): -6893935 or 9555606. OLE color: 9555606.

HSL color Cylindrical-coordinate representation of color #96CE91: hue angle of 115.08º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #96CE91 is Cyan = 0.27, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.19.

Color convert

RGB 150 206 145 -
CMYK 0.27 0 0.30 0.19
HSL 115.08º 0.38% 0.69% -
HSV(B) 115.08º 0.3% 0.81% -
XYZ 39.76 52.67 34.86 -
YUV 182.3 106.95 104.96 -
System Red Green Blue C M Y K H S L
Decimal 150 206 145 0.27 0 0.30 0.19 115.08 0.38 0.69
Hex 96 CE 91 1B 0 1E 13 73 26 45
Octal 226 316 221 33 0 36 23 163 46 105
Binary 10010110 11001110 10010001 11011 0 11110 10011 1110011 100110 1000101

Color Harmonies of #96CE91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CE91

Black with #96CE91

Text Example


Text Example

White with #96CE91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,206,145); }

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

background-color css

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

 a { background-color: rgb(150,206,145); }

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

border-color css

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

 span { border-color: rgb(150,206,145); }

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