#9BDE9E

Color #9BDE9E Granny Smith Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Smith Apple #9BDE9E

Tints of Granny Smith Apple #9BDE9E

Color information

#9BDE9E (or 0x9BDE9E) is unknown color: approx Granny Smith Apple. HEX triplet: 9B, DE and 9E. RGB value is (155,222,158). Sum of RGB (Red+Green+Blue) = 155+222+158=535 (70% of max value = 765). Red value is 155 (60.94% from 255 or 28.97% from 535); Green value is 222 (87.11% from 255 or 41.50% from 535); Blue value is 158 (62.11% from 255 or 29.53% from 535); Max value from RGB is 222 - color contains mainly: green. Hex color #9BDE9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BDE9E is #642161. Grayscale: #C2C2C2. Windows color (decimal): -6562146 or 10411675. OLE color: 10411675.

HSL color Cylindrical-coordinate representation of color #9BDE9E: hue angle of 122.69º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BDE9E is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB155222158-
CMYK0.3000.290.13
HSL122.69º50.38%73.92%-
HSV(B)122.69º30.18%87.06%-
XYZ45.8161.6841.84-
YUV194.67107.399.7-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.97%
GREEN value IS 222 (87.11% from 255) = 41.50%
BLUE value IS 158 (62.11% from 255) = 29.53%
R=28.97%
G=41.50%
B=29.53%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1552221580.3000.290.13122.6950.3873.92
Hex9BDE9E1E01DD7b324a
Octal233336236360351517362112
Binary10011011110111101001111011110011101110111110111100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BDE9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,222,158); }

 H1.HeaderClassName
 {
   color: #9BDE9E;
 }
 .AnyTagClassName
 {
   color: #9BDE9E;
 }
</style>
background-color css

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

 a { background-color: rgb(155,222,158); }

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

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

 span { border-color: rgb(155,222,158); }

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