Html Css Color HEX #96D48A Granny Smith Apple

📋 copy color: '#96D48A'

red 150 ◦ green 212 ◦ blue 138

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

Shades of Granny Smith Apple #96D48A

Tints of Granny Smith Apple #96D48A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.6%

R = 30%
G = 42.4%
B = 27.6%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.35

 K value IS 0.17

RGB Variations

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

Color information

#96D48A (or 0x96D48A) is known color: Granny Smith Apple. HEX triplet: 96, D4 and 8A. RGB value is (150,212,138). Sum of RGB (Red+Green+Blue) = 150+212+138=500 (66% of max value = 765). Red value is 150 (58.98% from 255 or 30% from 500); Green value is 212 (83.20% from 255 or 42.4% from 500); Blue value is 138 (54.30% from 255 or 27.6% from 500); Max value from RGB is 212 - color contains mainly: green. Hex color #96D48A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D48A is #692B75. Grayscale: #B9B9B9. Windows color (decimal): -6892406 or 9098390. OLE color: 9098390.

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

Color convert

RGB 150 212 138 -
CMYK 0.29 0 0.35 0.17
HSL 110.27º 0.46% 0.69% -
HSV(B) 110.27º 0.35% 0.83% -
XYZ 40.71 55.41 32.59 -
YUV 185.03 101.46 103.02 -
System Red Green Blue C M Y K H S L
Decimal 150 212 138 0.29 0 0.35 0.17 110.27 0.46 0.69
Hex 96 D4 8A 1D 0 23 11 6E 2E 45
Octal 226 324 212 35 0 43 21 156 56 105
Binary 10010110 11010100 10001010 11101 0 100011 10001 1101110 101110 1000101

Color Harmonies of #96D48A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D48A

Black with #96D48A

Text Example


Text Example

White with #96D48A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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