#9ADC84

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

Shades of Gossip #9ADC84

Tints of Gossip #9ADC84

Color information

#9ADC84 (or 0x9ADC84) is unknown color: approx Gossip. HEX triplet: 9A, DC and 84. RGB value is (154,220,132). Sum of RGB (Red+Green+Blue) = 154+220+132=506 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.43% from 506); Green value is 220 (86.33% from 255 or 43.48% from 506); Blue value is 132 (51.95% from 255 or 26.09% from 506); Max value from RGB is 220 - color contains mainly: green. Hex color #9ADC84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ADC84 is #65237B. Grayscale: #BEBEBE. Windows color (decimal): -6628220 or 8707226. OLE color: 8707226.

HSL color Cylindrical-coordinate representation of color #9ADC84: hue angle of 105º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9ADC84 is Cyan = 0.3, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB154220132-
CMYK0.300.400.14
HSL105º55.7%69.02%-
HSV(B)105º40%86.27%-
XYZ43.0859.7231.09-
YUV190.2395.13102.16-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.43%
GREEN value IS 220 (86.33% from 255) = 43.48%
BLUE value IS 132 (51.95% from 255) = 26.09%
R=30.43%
G=43.48%
B=26.09%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1542201320.300.400.1410555.769.02
Hex9ADC841E028E693845
Octal232334204360501615170105
Binary100110101101110010000100111100101000111011010011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ADC84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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