#9BDA8E

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

Shades of Granny Smith Apple #9BDA8E

Tints of Granny Smith Apple #9BDA8E

Color information

#9BDA8E (or 0x9BDA8E) is unknown color: approx Granny Smith Apple. HEX triplet: 9B, DA and 8E. RGB value is (155,218,142). Sum of RGB (Red+Green+Blue) = 155+218+142=515 (68% of max value = 765). Red value is 155 (60.94% from 255 or 30.10% from 515); Green value is 218 (85.55% from 255 or 42.33% from 515); Blue value is 142 (55.86% from 255 or 27.57% from 515); Max value from RGB is 218 - color contains mainly: green. Hex color #9BDA8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BDA8E is #642571. Grayscale: #BEBEBE. Windows color (decimal): -6563186 or 9362075. OLE color: 9362075.

HSL color Cylindrical-coordinate representation of color #9BDA8E: hue angle of 109.74º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BDA8E is Cyan = 0.29, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB155218142-
CMYK0.2900.350.15
HSL109.74º50.67%70.59%-
HSV(B)109.74º34.86%85.49%-
XYZ43.4759.0634.7-
YUV190.5100.63102.68-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.10%
GREEN value IS 218 (85.55% from 255) = 42.33%
BLUE value IS 142 (55.86% from 255) = 27.57%
R=30.10%
G=42.33%
B=27.57%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1552181420.2900.350.15109.7450.6770.59
Hex9BDA8E1D023F6e3347
Octal233332216350431715663107
Binary100110111101101010001110111010100011111111011101100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BDA8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,218,142); }

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

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

 a { background-color: rgb(155,218,142); }

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

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

 span { border-color: rgb(155,218,142); }

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