#9ADF84

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

Shades of Gossip #9ADF84

Tints of Gossip #9ADF84

Color information

#9ADF84 (or 0x9ADF84) is unknown color: approx Gossip. HEX triplet: 9A, DF and 84. RGB value is (154,223,132). Sum of RGB (Red+Green+Blue) = 154+223+132=509 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.26% from 509); Green value is 223 (87.5% from 255 or 43.81% from 509); Blue value is 132 (51.95% from 255 or 25.93% from 509); Max value from RGB is 223 - color contains mainly: green. Hex color #9ADF84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ADF84 is #65207B. Grayscale: #C0C0C0. Windows color (decimal): -6627452 or 8707994. OLE color: 8707994.

HSL color Cylindrical-coordinate representation of color #9ADF84: hue angle of 105.49º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9ADF84 is Cyan = 0.31, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB154223132-
CMYK0.3100.410.13
HSL105.49º58.71%69.61%-
HSV(B)105.49º40.81%87.45%-
XYZ43.8861.3131.35-
YUV191.9994.14100.9-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.26%
GREEN value IS 223 (87.5% from 255) = 43.81%
BLUE value IS 132 (51.95% from 255) = 25.93%
R=30.26%
G=43.81%
B=25.93%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1542231320.3100.410.13105.4958.7169.61
Hex9ADF841F029D693b46
Octal232337204370511515173106
Binary100110101101111110000100111110101001110111010011110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ADF84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,223,132); }

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

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

 a { background-color: rgb(154,223,132); }

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

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

 span { border-color: rgb(154,223,132); }

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