Html Css Color HEX #96D495 Granny Smith Apple

📋 copy color: '#96D495'

red 150 ◦ green 212 ◦ blue 149

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

Shades of Granny Smith Apple #96D495

Tints of Granny Smith Apple #96D495

RGB

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

 GREEN value IS 212 (83.2% from 255) = 41.49%

 BLUE value IS 149 (58.59% from 255) = 29.16%

R = 29.35%
G = 41.49%
B = 29.16%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.30

 K value IS 0.17

RGB Variations

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

Color information

#96D495 (or 0x96D495) is known color: Granny Smith Apple. HEX triplet: 96, D4 and 95. RGB value is (150,212,149). Sum of RGB (Red+Green+Blue) = 150+212+149=511 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.35% from 511); Green value is 212 (83.20% from 255 or 41.49% from 511); Blue value is 149 (58.59% from 255 or 29.16% from 511); Max value from RGB is 212 - color contains mainly: green. Hex color #96D495 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D495 is #692B6A. Grayscale: #BABABA. Windows color (decimal): -6892395 or 9819286. OLE color: 9819286.

HSL color Cylindrical-coordinate representation of color #96D495: hue angle of 119.05º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #96D495 is Cyan = 0.29, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB 150 212 149 -
CMYK 0.29 0 0.30 0.17
HSL 119.05º 0.42% 0.71% -
HSV(B) 119.05º 0.3% 0.83% -
XYZ 41.55 55.74 37 -
YUV 186.28 106.96 102.12 -
System Red Green Blue C M Y K H S L
Decimal 150 212 149 0.29 0 0.30 0.17 119.05 0.42 0.71
Hex 96 D4 95 1D 0 1E 11 77 2A 47
Octal 226 324 225 35 0 36 21 167 52 107
Binary 10010110 11010100 10010101 11101 0 11110 10001 1110111 101010 1000111

Color Harmonies of #96D495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D495

Black with #96D495

Text Example


Text Example

White with #96D495

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,212,149); }

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

background-color css

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

 a { background-color: rgb(150,212,149); }

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

border-color css

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

 span { border-color: rgb(150,212,149); }

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