#9AEA7D

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

Shades of Gossip #9AEA7D

Tints of Gossip #9AEA7D

Color information

#9AEA7D (or 0x9AEA7D) is unknown color: approx Gossip. HEX triplet: 9A, EA and 7D. RGB value is (154,234,125). Sum of RGB (Red+Green+Blue) = 154+234+125=513 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.02% from 513); Green value is 234 (91.80% from 255 or 45.61% from 513); Blue value is 125 (49.22% from 255 or 24.37% from 513); Max value from RGB is 234 - color contains mainly: green. Hex color #9AEA7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AEA7D is #651582. Grayscale: #C6C6C6. Windows color (decimal): -6624643 or 8252058. OLE color: 8252058.

HSL color Cylindrical-coordinate representation of color #9AEA7D: hue angle of 104.04º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9AEA7D is Cyan = 0.34, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB154234125-
CMYK0.3400.470.08
HSL104.04º72.19%70.39%-
HSV(B)104.04º46.58%91.76%-
XYZ46.4567.229.92-
YUV197.658796.86-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.02%
GREEN value IS 234 (91.80% from 255) = 45.61%
BLUE value IS 125 (49.22% from 255) = 24.37%
R=30.02%
G=45.61%
B=24.37%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1542341250.3400.470.08104.0472.1970.39
Hex9AEA7D2202F8684846
Octal2323521754205710150110106
Binary1001101011101010111110110001001011111000110100010010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AEA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,234,125); }

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

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

 a { background-color: rgb(154,234,125); }

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

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

 span { border-color: rgb(154,234,125); }

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