#8AD073

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

Shades of Gossip #8AD073

Tints of Gossip #8AD073

Color information

#8AD073 (or 0x8AD073) is unknown color: approx Gossip. HEX triplet: 8A, D0 and 73. RGB value is (138,208,115). Sum of RGB (Red+Green+Blue) = 138+208+115=461 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.93% from 461); Green value is 208 (81.64% from 255 or 45.12% from 461); Blue value is 115 (45.31% from 255 or 24.95% from 461); Max value from RGB is 208 - color contains mainly: green. Hex color #8AD073 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD073 is #752F8C. Grayscale: #B0B0B0. Windows color (decimal): -7679885 or 7590026. OLE color: 7590026.

HSL color Cylindrical-coordinate representation of color #8AD073: hue angle of 105.16º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8AD073 is Cyan = 0.34, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB138208115-
CMYK0.3400.450.18
HSL105.16º49.73%63.33%-
HSV(B)105.16º44.71%81.57%-
XYZ36.1351.7524.3-
YUV176.4793.31100.56-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.93%
GREEN value IS 208 (81.64% from 255) = 45.12%
BLUE value IS 115 (45.31% from 255) = 24.95%
R=29.93%
G=45.12%
B=24.95%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1382081150.3400.450.18105.1649.7363.33
Hex8AD0732202D1269323f
Octal21232016342055221516277
Binary100010101101000011100111000100101101100101101001110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8AD073; }

 p { color: rgb(138,208,115); }

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

<style>
 a { background-color: #8AD073; }

 a { background-color: rgb(138,208,115); }

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

<style>
 span { border-color: #8AD073; }

 span { border-color: rgb(138,208,115); }

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