Html Css Color HEX #96E98A Granny Smith Apple

📋 copy color: '#96E98A'

red 150 ◦ green 233 ◦ blue 138

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

Shades of Granny Smith Apple #96E98A

Tints of Granny Smith Apple #96E98A

RGB

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

 GREEN value IS 233 (91.41% from 255) = 44.72%

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

R = 28.79%
G = 44.72%
B = 26.49%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.41

 K value IS 0.09

RGB Variations

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

Color information

#96E98A (or 0x96E98A) is known color: Granny Smith Apple. HEX triplet: 96, E9 and 8A. RGB value is (150,233,138). Sum of RGB (Red+Green+Blue) = 150+233+138=521 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.79% from 521); Green value is 233 (91.41% from 255 or 44.72% from 521); Blue value is 138 (54.30% from 255 or 26.49% from 521); Max value from RGB is 233 - color contains mainly: green. Hex color #96E98A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96E98A is #691675. Grayscale: #C5C5C5. Windows color (decimal): -6887030 or 9103766. OLE color: 9103766.

HSL color Cylindrical-coordinate representation of color #96E98A: hue angle of 112.42º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96E98A is Cyan = 0.36, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.09.

Color convert

RGB 150 233 138 -
CMYK 0.36 0 0.41 0.09
HSL 112.42º 0.68% 0.73% -
HSV(B) 112.42º 0.41% 0.91% -
XYZ 46.3 66.6 34.46 -
YUV 197.35 94.5 94.22 -
System Red Green Blue C M Y K H S L
Decimal 150 233 138 0.36 0 0.41 0.09 112.42 0.68 0.73
Hex 96 E9 8A 24 0 29 9 70 44 49
Octal 226 351 212 44 0 51 11 160 104 111
Binary 10010110 11101001 10001010 100100 0 101001 1001 1110000 1000100 1001001

Color Harmonies of #96E98A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E98A

Black with #96E98A

Text Example


Text Example

White with #96E98A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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