Html Css Color HEX #96D98F Granny Smith Apple

📋 copy color: '#96D98F'

red 150 ◦ green 217 ◦ blue 143

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

Shades of Granny Smith Apple #96D98F

Tints of Granny Smith Apple #96D98F

RGB

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

 GREEN value IS 217 (85.16% from 255) = 42.55%

 BLUE value IS 143 (56.25% from 255) = 28.04%

R = 29.41%
G = 42.55%
B = 28.04%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#96D98F (or 0x96D98F) is known color: Granny Smith Apple. HEX triplet: 96, D9 and 8F. RGB value is (150,217,143). Sum of RGB (Red+Green+Blue) = 150+217+143=510 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.41% from 510); Green value is 217 (85.16% from 255 or 42.55% from 510); Blue value is 143 (56.25% from 255 or 28.04% from 510); Max value from RGB is 217 - color contains mainly: green. Hex color #96D98F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D98F is #692670. Grayscale: #BCBCBC. Windows color (decimal): -6891121 or 9427350. OLE color: 9427350.

HSL color Cylindrical-coordinate representation of color #96D98F: hue angle of 114.32º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #96D98F is Cyan = 0.31, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB 150 217 143 -
CMYK 0.31 0 0.34 0.15
HSL 114.32º 0.49% 0.71% -
HSV(B) 114.32º 0.34% 0.85% -
XYZ 42.35 58.09 34.97 -
YUV 188.53 102.3 100.52 -
System Red Green Blue C M Y K H S L
Decimal 150 217 143 0.31 0 0.34 0.15 114.32 0.49 0.71
Hex 96 D9 8F 1F 0 22 F 72 31 47
Octal 226 331 217 37 0 42 17 162 61 107
Binary 10010110 11011001 10001111 11111 0 100010 1111 1110010 110001 1000111

Color Harmonies of #96D98F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D98F

Black with #96D98F

Text Example


Text Example

White with #96D98F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,217,143); }

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

background-color css

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

 a { background-color: rgb(150,217,143); }

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

border-color css

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

 span { border-color: rgb(150,217,143); }

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