Html Css Color HEX #96E490 Granny Smith Apple

📋 copy color: '#96E490'

red 150 ◦ green 228 ◦ blue 144

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

Shades of Granny Smith Apple #96E490

Tints of Granny Smith Apple #96E490

RGB

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

 GREEN value IS 228 (89.45% from 255) = 43.68%

 BLUE value IS 144 (56.64% from 255) = 27.59%

R = 28.74%
G = 43.68%
B = 27.59%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.37

 K value IS 0.11

RGB Variations

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

Color information

#96E490 (or 0x96E490) is known color: Granny Smith Apple. HEX triplet: 96, E4 and 90. RGB value is (150,228,144). Sum of RGB (Red+Green+Blue) = 150+228+144=522 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.74% from 522); Green value is 228 (89.45% from 255 or 43.68% from 522); Blue value is 144 (56.64% from 255 or 27.59% from 522); Max value from RGB is 228 - color contains mainly: green. Hex color #96E490 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96E490 is #691B6F. Grayscale: #C3C3C3. Windows color (decimal): -6888304 or 9495702. OLE color: 9495702.

HSL color Cylindrical-coordinate representation of color #96E490: hue angle of 115.71º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96E490 is Cyan = 0.34, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.11.

Color convert

RGB 150 228 144 -
CMYK 0.34 0 0.37 0.11
HSL 115.71º 0.61% 0.73% -
HSV(B) 115.71º 0.37% 0.89% -
XYZ 45.36 63.98 36.35 -
YUV 195.1 99.16 95.83 -
System Red Green Blue C M Y K H S L
Decimal 150 228 144 0.34 0 0.37 0.11 115.71 0.61 0.73
Hex 96 E4 90 22 0 25 B 74 3D 49
Octal 226 344 220 42 0 45 13 164 75 111
Binary 10010110 11100100 10010000 100010 0 100101 1011 1110100 111101 1001001

Color Harmonies of #96E490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E490

Black with #96E490

Text Example


Text Example

White with #96E490

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,228,144); }

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

background-color css

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

 a { background-color: rgb(150,228,144); }

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

border-color css

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

 span { border-color: rgb(150,228,144); }

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