Html Css Color HEX #96E098 Granny Smith Apple

📋 copy color: '#96E098'

red 150 ◦ green 224 ◦ blue 152

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

Shades of Granny Smith Apple #96E098

Tints of Granny Smith Apple #96E098

RGB

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

 GREEN value IS 224 (87.89% from 255) = 42.59%

 BLUE value IS 152 (59.77% from 255) = 28.9%

R = 28.52%
G = 42.59%
B = 28.9%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#96E098 (or 0x96E098) is known color: Granny Smith Apple. HEX triplet: 96, E0 and 98. RGB value is (150,224,152). Sum of RGB (Red+Green+Blue) = 150+224+152=526 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.52% from 526); Green value is 224 (87.89% from 255 or 42.59% from 526); Blue value is 152 (59.77% from 255 or 28.90% from 526); Max value from RGB is 224 - color contains mainly: green. Hex color #96E098 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96E098 is #691F67. Grayscale: #C1C1C1. Windows color (decimal): -6889320 or 10018966. OLE color: 10018966.

HSL color Cylindrical-coordinate representation of color #96E098: hue angle of 121.62º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96E098 is Cyan = 0.33, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.

Color convert

RGB 150 224 152 -
CMYK 0.33 0 0.32 0.12
HSL 121.62º 0.54% 0.73% -
HSV(B) 121.62º 0.33% 0.88% -
XYZ 44.9 62.06 39.32 -
YUV 193.67 104.48 96.85 -
System Red Green Blue C M Y K H S L
Decimal 150 224 152 0.33 0 0.32 0.12 121.62 0.54 0.73
Hex 96 E0 98 21 0 20 C 7A 36 49
Octal 226 340 230 41 0 40 14 172 66 111
Binary 10010110 11100000 10011000 100001 0 100000 1100 1111010 110110 1001001

Color Harmonies of #96E098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E098

Black with #96E098

Text Example


Text Example

White with #96E098

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,224,152); }

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

background-color css

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

 a { background-color: rgb(150,224,152); }

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

border-color css

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

 span { border-color: rgb(150,224,152); }

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