Html Css Color HEX #9FDB96 Granny Smith Apple

📋 copy color: '#9FDB96'

red 159 ◦ green 219 ◦ blue 150

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

Shades of Granny Smith Apple #9FDB96

Tints of Granny Smith Apple #9FDB96

RGB

 RED value IS 159 (62.5% from 255) = 30.11%

 GREEN value IS 219 (85.94% from 255) = 41.48%

 BLUE value IS 150 (58.98% from 255) = 28.41%

R = 30.11%
G = 41.48%
B = 28.41%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#9FDB96 (or 0x9FDB96) is known color: Granny Smith Apple. HEX triplet: 9F, DB and 96. RGB value is (159,219,150). Sum of RGB (Red+Green+Blue) = 159+219+150=528 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.11% from 528); Green value is 219 (85.94% from 255 or 41.48% from 528); Blue value is 150 (58.98% from 255 or 28.41% from 528); Max value from RGB is 219 - color contains mainly: green. Hex color #9FDB96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FDB96 is #602469. Grayscale: #C1C1C1. Windows color (decimal): -6300778 or 9886623. OLE color: 9886623.

HSL color Cylindrical-coordinate representation of color #9FDB96: hue angle of 112.17º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9FDB96 is Cyan = 0.27, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB 159 219 150 -
CMYK 0.27 0 0.32 0.14
HSL 112.17º 0.49% 0.72% -
HSV(B) 112.17º 0.32% 0.86% -
XYZ 45.13 60.24 38.1 -
YUV 193.19 103.62 103.61 -
System Red Green Blue C M Y K H S L
Decimal 159 219 150 0.27 0 0.32 0.14 112.17 0.49 0.72
Hex 9F DB 96 1B 0 20 E 70 31 48
Octal 237 333 226 33 0 40 16 160 61 110
Binary 10011111 11011011 10010110 11011 0 100000 1110 1110000 110001 1001000

Color Harmonies of #9FDB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDB96

Black with #9FDB96

Text Example


Text Example

White with #9FDB96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9FDB96; }

 p { color: rgb(159,219,150); }

 H1.HeaderClassName
 {
   color: #9FDB96;
 }
 .AnyTagClassName
 {
   color: #9FDB96;
 }
</style>

background-color css

<style>
 a { background-color: #9FDB96; }

 a { background-color: rgb(159,219,150); }

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

border-color css

<style>
 span { border-color: #9FDB96; }

 span { border-color: rgb(159,219,150); }

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