Html Css Color HEX #96D295 Granny Smith Apple

📋 copy color: '#96D295'

red 150 ◦ green 210 ◦ blue 149

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

Shades of Granny Smith Apple #96D295

Tints of Granny Smith Apple #96D295

RGB

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

 GREEN value IS 210 (82.42% from 255) = 41.26%

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

R = 29.47%
G = 41.26%
B = 29.27%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#96D295 (or 0x96D295) is known color: Granny Smith Apple. HEX triplet: 96, D2 and 95. RGB value is (150,210,149). Sum of RGB (Red+Green+Blue) = 150+210+149=509 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.47% from 509); Green value is 210 (82.42% from 255 or 41.26% from 509); Blue value is 149 (58.59% from 255 or 29.27% from 509); Max value from RGB is 210 - color contains mainly: green. Hex color #96D295 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D295 is #692D6A. Grayscale: #B9B9B9. Windows color (decimal): -6892907 or 9818774. OLE color: 9818774.

HSL color Cylindrical-coordinate representation of color #96D295: hue angle of 119.02º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #96D295 is Cyan = 0.29, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB 150 210 149 -
CMYK 0.29 0 0.29 0.18
HSL 119.02º 0.4% 0.7% -
HSV(B) 119.02º 0.29% 0.82% -
XYZ 41.05 54.75 36.84 -
YUV 185.11 107.62 102.96 -
System Red Green Blue C M Y K H S L
Decimal 150 210 149 0.29 0 0.29 0.18 119.02 0.4 0.7
Hex 96 D2 95 1D 0 1D 12 77 28 46
Octal 226 322 225 35 0 35 22 167 50 106
Binary 10010110 11010010 10010101 11101 0 11101 10010 1110111 101000 1000110

Color Harmonies of #96D295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D295

Black with #96D295

Text Example


Text Example

White with #96D295

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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