#99CF7A

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

Shades of Gossip #99CF7A

Tints of Gossip #99CF7A

Color information

#99CF7A (or 0x99CF7A) is unknown color: approx Gossip. HEX triplet: 99, CF and 7A. RGB value is (153,207,122). Sum of RGB (Red+Green+Blue) = 153+207+122=482 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.74% from 482); Green value is 207 (81.25% from 255 or 42.95% from 482); Blue value is 122 (48.05% from 255 or 25.31% from 482); Max value from RGB is 207 - color contains mainly: green. Hex color #99CF7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99CF7A is #663085. Grayscale: #B5B5B5. Windows color (decimal): -6697094 or 8048537. OLE color: 8048537.

HSL color Cylindrical-coordinate representation of color #99CF7A: hue angle of 98.12º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #99CF7A is Cyan = 0.26, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.

Color convert

RGB153207122-
CMYK0.2600.410.19
HSL98.12º46.96%64.51%-
HSV(B)98.12º41.06%81.18%-
XYZ38.9652.826.55-
YUV181.1694.61107.91-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.74%
GREEN value IS 207 (81.25% from 255) = 42.95%
BLUE value IS 122 (48.05% from 255) = 25.31%
R=31.74%
G=42.95%
B=25.31%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1532071220.2600.410.1998.1246.9664.51
Hex99CF7A1A02913622f41
Octal231317172320512314257101
Binary100110011100111111110101101001010011001111000101011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CF7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99CF7A; }

 p { color: rgb(153,207,122); }

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

<style>
 a { background-color: #99CF7A; }

 a { background-color: rgb(153,207,122); }

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

<style>
 span { border-color: #99CF7A; }

 span { border-color: rgb(153,207,122); }

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