Html Css Color HEX #96D598 Granny Smith Apple

📋 copy color: '#96D598'

red 150 ◦ green 213 ◦ blue 152

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

Shades of Granny Smith Apple #96D598

Tints of Granny Smith Apple #96D598

RGB

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

 GREEN value IS 213 (83.59% from 255) = 41.36%

 BLUE value IS 152 (59.77% from 255) = 29.51%

R = 29.13%
G = 41.36%
B = 29.51%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#96D598 (or 0x96D598) is known color: Granny Smith Apple. HEX triplet: 96, D5 and 98. RGB value is (150,213,152). Sum of RGB (Red+Green+Blue) = 150+213+152=515 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.13% from 515); Green value is 213 (83.59% from 255 or 41.36% from 515); Blue value is 152 (59.77% from 255 or 29.51% from 515); Max value from RGB is 213 - color contains mainly: green. Hex color #96D598 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D598 is #692A67. Grayscale: #BBBBBB. Windows color (decimal): -6892136 or 10016150. OLE color: 10016150.

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

Color convert

RGB 150 213 152 -
CMYK 0.30 0 0.29 0.16
HSL 121.9º 0.43% 0.71% -
HSV(B) 121.9º 0.3% 0.84% -
XYZ 42.04 56.34 38.36 -
YUV 187.21 108.13 101.46 -
System Red Green Blue C M Y K H S L
Decimal 150 213 152 0.30 0 0.29 0.16 121.9 0.43 0.71
Hex 96 D5 98 1E 0 1D 10 7A 2B 47
Octal 226 325 230 36 0 35 20 172 53 107
Binary 10010110 11010101 10011000 11110 0 11101 10000 1111010 101011 1000111

Color Harmonies of #96D598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D598

Black with #96D598

Text Example


Text Example

White with #96D598

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,213,152); }

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

background-color css

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

 a { background-color: rgb(150,213,152); }

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

border-color css

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

 span { border-color: rgb(150,213,152); }

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