#9AD872

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

Shades of Gossip #9AD872

Tints of Gossip #9AD872

Color information

#9AD872 (or 0x9AD872) is unknown color: approx Gossip. HEX triplet: 9A, D8 and 72. RGB value is (154,216,114). Sum of RGB (Red+Green+Blue) = 154+216+114=484 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.82% from 484); Green value is 216 (84.77% from 255 or 44.63% from 484); Blue value is 114 (44.92% from 255 or 23.55% from 484); Max value from RGB is 216 - color contains mainly: green. Hex color #9AD872 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD872 is #65278D. Grayscale: #BABABA. Windows color (decimal): -6629262 or 7526554. OLE color: 7526554.

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

Color convert

RGB154216114-
CMYK0.2900.470.15
HSL96.47º56.67%64.71%-
HSV(B)96.47º47.22%84.71%-
XYZ40.9257.224.8-
YUV185.8387.46105.29-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.82%
GREEN value IS 216 (84.77% from 255) = 44.63%
BLUE value IS 114 (44.92% from 255) = 23.55%
R=31.82%
G=44.63%
B=23.55%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1542161140.2900.470.1596.4756.6764.71
Hex9AD8721D02FF603941
Octal232330162350571714071101
Binary10011010110110001110010111010101111111111000001110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,216,114); }

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

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

 a { background-color: rgb(154,216,114); }

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

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

 span { border-color: rgb(154,216,114); }

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