Html Css Color HEX #96D095 Granny Smith Apple

📋 copy color: '#96D095'

red 150 ◦ green 208 ◦ blue 149

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

Shades of Granny Smith Apple #96D095

Tints of Granny Smith Apple #96D095

RGB

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

 GREEN value IS 208 (81.64% from 255) = 41.03%

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

R = 29.59%
G = 41.03%
B = 29.39%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#96D095 (or 0x96D095) is known color: Granny Smith Apple. HEX triplet: 96, D0 and 95. RGB value is (150,208,149). Sum of RGB (Red+Green+Blue) = 150+208+149=507 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.59% from 507); Green value is 208 (81.64% from 255 or 41.03% from 507); Blue value is 149 (58.59% from 255 or 29.39% from 507); Max value from RGB is 208 - color contains mainly: green. Hex color #96D095 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D095 is #692F6A. Grayscale: #B8B8B8. Windows color (decimal): -6893419 or 9818262. OLE color: 9818262.

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

Color convert

RGB 150 208 149 -
CMYK 0.28 0 0.28 0.18
HSL 118.98º 0.39% 0.7% -
HSV(B) 118.98º 0.28% 0.82% -
XYZ 40.56 53.77 36.67 -
YUV 183.93 108.28 103.8 -
System Red Green Blue C M Y K H S L
Decimal 150 208 149 0.28 0 0.28 0.18 118.98 0.39 0.7
Hex 96 D0 95 1C 0 1C 12 77 27 46
Octal 226 320 225 34 0 34 22 167 47 106
Binary 10010110 11010000 10010101 11100 0 11100 10010 1110111 100111 1000110

Color Harmonies of #96D095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D095

Black with #96D095

Text Example


Text Example

White with #96D095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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