Html Css Color HEX #96D48D Granny Smith Apple

📋 copy color: '#96D48D'

red 150 ◦ green 212 ◦ blue 141

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

Shades of Granny Smith Apple #96D48D

Tints of Granny Smith Apple #96D48D

RGB

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

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

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

R = 29.82%
G = 42.15%
B = 28.03%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#96D48D (or 0x96D48D) is known color: Granny Smith Apple. HEX triplet: 96, D4 and 8D. RGB value is (150,212,141). Sum of RGB (Red+Green+Blue) = 150+212+141=503 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.82% from 503); Green value is 212 (83.20% from 255 or 42.15% from 503); Blue value is 141 (55.47% from 255 or 28.03% from 503); Max value from RGB is 212 - color contains mainly: green. Hex color #96D48D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D48D is #692B72. Grayscale: #B9B9B9. Windows color (decimal): -6892403 or 9294998. OLE color: 9294998.

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

Color convert

RGB 150 212 141 -
CMYK 0.29 0 0.33 0.17
HSL 112.39º 0.45% 0.69% -
HSV(B) 112.39º 0.33% 0.83% -
XYZ 40.93 55.49 33.75 -
YUV 185.37 102.96 102.77 -
System Red Green Blue C M Y K H S L
Decimal 150 212 141 0.29 0 0.33 0.17 112.39 0.45 0.69
Hex 96 D4 8D 1D 0 21 11 70 2D 45
Octal 226 324 215 35 0 41 21 160 55 105
Binary 10010110 11010100 10001101 11101 0 100001 10001 1110000 101101 1000101

Color Harmonies of #96D48D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D48D

Black with #96D48D

Text Example


Text Example

White with #96D48D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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