Html Css Color HEX #96D28D Granny Smith Apple

📋 copy color: '#96D28D'

red 150 ◦ green 210 ◦ blue 141

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

Shades of Granny Smith Apple #96D28D

Tints of Granny Smith Apple #96D28D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 28.14%

R = 29.94%
G = 41.92%
B = 28.14%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#96D28D (or 0x96D28D) is known color: Granny Smith Apple. HEX triplet: 96, D2 and 8D. RGB value is (150,210,141). Sum of RGB (Red+Green+Blue) = 150+210+141=501 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.94% from 501); Green value is 210 (82.42% from 255 or 41.92% from 501); Blue value is 141 (55.47% from 255 or 28.14% from 501); Max value from RGB is 210 - color contains mainly: green. Hex color #96D28D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D28D is #692D72. Grayscale: #B8B8B8. Windows color (decimal): -6892915 or 9294486. OLE color: 9294486.

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

Color convert

RGB 150 210 141 -
CMYK 0.29 0 0.33 0.18
HSL 112.17º 0.43% 0.69% -
HSV(B) 112.17º 0.33% 0.82% -
XYZ 40.43 54.5 33.59 -
YUV 184.19 103.62 103.61 -
System Red Green Blue C M Y K H S L
Decimal 150 210 141 0.29 0 0.33 0.18 112.17 0.43 0.69
Hex 96 D2 8D 1D 0 21 12 70 2B 45
Octal 226 322 215 35 0 41 22 160 53 105
Binary 10010110 11010010 10001101 11101 0 100001 10010 1110000 101011 1000101

Color Harmonies of #96D28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D28D

Black with #96D28D

Text Example


Text Example

White with #96D28D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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