#9AD288

Color #9AD288 Gossip (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossip #9AD288

Tints of Gossip #9AD288

Color information

#9AD288 (or 0x9AD288) is unknown color: approx Gossip. HEX triplet: 9A, D2 and 88. RGB value is (154,210,136). Sum of RGB (Red+Green+Blue) = 154+210+136=500 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.8% from 500); Green value is 210 (82.42% from 255 or 42% from 500); Blue value is 136 (53.52% from 255 or 27.2% from 500); Max value from RGB is 210 - color contains mainly: green. Hex color #9AD288 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AD288 is #652D77. Grayscale: #B9B9B9. Windows color (decimal): -6630776 or 8966810. OLE color: 8966810.

HSL color Cylindrical-coordinate representation of color #9AD288: hue angle of 105.41º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9AD288 is Cyan = 0.27, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB154210136-
CMYK0.2700.350.18
HSL105.41º45.12%67.84%-
HSV(B)105.41º35.24%82.35%-
XYZ40.8254.7431.71-
YUV184.82100.45106.02-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.8%
GREEN value IS 210 (82.42% from 255) = 42%
BLUE value IS 136 (53.52% from 255) = 27.2%
R=30.8%
G=42%
B=27.2%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1542101360.2700.350.18105.4145.1267.84
Hex9AD2881B02312692d44
Octal232322210330432215155104
Binary1001101011010010100010001101101000111001011010011011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,210,136); }

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

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

 a { background-color: rgb(154,210,136); }

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

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

 span { border-color: rgb(154,210,136); }

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