#9ACF70

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

Shades of Gossip #9ACF70

Tints of Gossip #9ACF70

Color information

#9ACF70 (or 0x9ACF70) is unknown color: approx Gossip. HEX triplet: 9A, CF and 70. RGB value is (154,207,112). Sum of RGB (Red+Green+Blue) = 154+207+112=473 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.56% from 473); Green value is 207 (81.25% from 255 or 43.76% from 473); Blue value is 112 (44.14% from 255 or 23.68% from 473); Max value from RGB is 207 - color contains mainly: green. Hex color #9ACF70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ACF70 is #65308F. Grayscale: #B4B4B4. Windows color (decimal): -6631568 or 7393178. OLE color: 7393178.

HSL color Cylindrical-coordinate representation of color #9ACF70: hue angle of 93.47º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9ACF70 is Cyan = 0.26, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.

Color convert

RGB154207112-
CMYK0.2600.460.19
HSL93.47º49.74%62.55%-
HSV(B)93.47º45.89%81.18%-
XYZ38.5652.6723.46-
YUV180.3289.44109.22-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.56%
GREEN value IS 207 (81.25% from 255) = 43.76%
BLUE value IS 112 (44.14% from 255) = 23.68%
R=32.56%
G=43.76%
B=23.68%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1542071120.2600.460.1993.4749.7462.55
Hex9ACF701A02E135d323f
Octal23231716032056231356277
Binary10011010110011111110000110100101110100111011101110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACF70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,207,112); }

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

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

 a { background-color: rgb(154,207,112); }

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

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

 span { border-color: rgb(154,207,112); }

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