Html Css Color HEX #96D38D Granny Smith Apple

📋 copy color: '#96D38D'

red 150 ◦ green 211 ◦ blue 141

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

Shades of Granny Smith Apple #96D38D

Tints of Granny Smith Apple #96D38D

RGB

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

 GREEN value IS 211 (82.81% from 255) = 42.03%

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

R = 29.88%
G = 42.03%
B = 28.09%

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

#96D38D (or 0x96D38D) is known color: Granny Smith Apple. HEX triplet: 96, D3 and 8D. RGB value is (150,211,141). Sum of RGB (Red+Green+Blue) = 150+211+141=502 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.88% from 502); Green value is 211 (82.81% from 255 or 42.03% from 502); Blue value is 141 (55.47% from 255 or 28.09% from 502); Max value from RGB is 211 - color contains mainly: green. Hex color #96D38D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D38D is #692C72. Grayscale: #B9B9B9. Windows color (decimal): -6892659 or 9294742. OLE color: 9294742.

HSL color Cylindrical-coordinate representation of color #96D38D: hue angle of 112.29º degrees, saturation: 0.44, 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 #96D38D is Cyan = 0.29, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB 150 211 141 -
CMYK 0.29 0 0.33 0.17
HSL 112.29º 0.44% 0.69% -
HSV(B) 112.29º 0.33% 0.83% -
XYZ 40.68 55 33.67 -
YUV 184.78 103.29 103.19 -
System Red Green Blue C M Y K H S L
Decimal 150 211 141 0.29 0 0.33 0.17 112.29 0.44 0.69
Hex 96 D3 8D 1D 0 21 11 70 2C 45
Octal 226 323 215 35 0 41 21 160 54 105
Binary 10010110 11010011 10001101 11101 0 100001 10001 1110000 101100 1000101

Color Harmonies of #96D38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D38D

Black with #96D38D

Text Example


Text Example

White with #96D38D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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