Html Css Color HEX #96DB94 Granny Smith Apple

📋 copy color: '#96DB94'

red 150 ◦ green 219 ◦ blue 148

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

Shades of Granny Smith Apple #96DB94

Tints of Granny Smith Apple #96DB94

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.36%

 BLUE value IS 148 (58.2% from 255) = 28.63%

R = 29.01%
G = 42.36%
B = 28.63%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#96DB94 (or 0x96DB94) is known color: Granny Smith Apple. HEX triplet: 96, DB and 94. RGB value is (150,219,148). Sum of RGB (Red+Green+Blue) = 150+219+148=517 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.01% from 517); Green value is 219 (85.94% from 255 or 42.36% from 517); Blue value is 148 (58.20% from 255 or 28.63% from 517); Max value from RGB is 219 - color contains mainly: green. Hex color #96DB94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DB94 is #69246B. Grayscale: #BEBEBE. Windows color (decimal): -6890604 or 9755542. OLE color: 9755542.

HSL color Cylindrical-coordinate representation of color #96DB94: hue angle of 118.31º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96DB94 is Cyan = 0.32, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB 150 219 148 -
CMYK 0.32 0 0.32 0.14
HSL 118.31º 0.5% 0.72% -
HSV(B) 118.31º 0.32% 0.86% -
XYZ 43.25 59.29 37.18 -
YUV 190.28 104.14 99.27 -
System Red Green Blue C M Y K H S L
Decimal 150 219 148 0.32 0 0.32 0.14 118.31 0.5 0.72
Hex 96 DB 94 20 0 20 E 76 32 48
Octal 226 333 224 40 0 40 16 166 62 110
Binary 10010110 11011011 10010100 100000 0 100000 1110 1110110 110010 1001000

Color Harmonies of #96DB94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DB94

Black with #96DB94

Text Example


Text Example

White with #96DB94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,219,148); }

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

background-color css

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

 a { background-color: rgb(150,219,148); }

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

border-color css

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

 span { border-color: rgb(150,219,148); }

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