Html Css Color HEX #9ACE84 Gossip

📋 copy color: '#9ACE84'

red 154 ◦ green 206 ◦ blue 132

#9ACE84
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gossip #9ACE84

Tints of Gossip #9ACE84

RGB

 RED value IS 154 (60.55% from 255) = 31.3%

 GREEN value IS 206 (80.86% from 255) = 41.87%

 BLUE value IS 132 (51.95% from 255) = 26.83%

R = 31.3%
G = 41.87%
B = 26.83%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.36

 K value IS 0.19

RGB Variations

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

Color information

#9ACE84 (or 0x9ACE84) is known color: Gossip. HEX triplet: 9A, CE and 84. RGB value is (154,206,132). Sum of RGB (Red+Green+Blue) = 154+206+132=492 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.30% from 492); Green value is 206 (80.86% from 255 or 41.87% from 492); Blue value is 132 (51.95% from 255 or 26.83% from 492); Max value from RGB is 206 - color contains mainly: green. Hex color #9ACE84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ACE84 is #65317B. Grayscale: #B6B6B6. Windows color (decimal): -6631804 or 8703642. OLE color: 8703642.

HSL color Cylindrical-coordinate representation of color #9ACE84: hue angle of 102.16º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9ACE84 is Cyan = 0.25, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.19.

Color convert

RGB 154 206 132 -
CMYK 0.25 0 0.36 0.19
HSL 102.16º 0.43% 0.66% -
HSV(B) 102.16º 0.36% 0.81% -
XYZ 39.56 52.68 29.91 -
YUV 182.02 99.77 108.02 -
System Red Green Blue C M Y K H S L
Decimal 154 206 132 0.25 0 0.36 0.19 102.16 0.43 0.66
Hex 9A CE 84 19 0 24 13 66 2B 42
Octal 232 316 204 31 0 44 23 146 53 102
Binary 10011010 11001110 10000100 11001 0 100100 10011 1100110 101011 1000010

Color Harmonies of #9ACE84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ACE84

Black with #9ACE84

Text Example


Text Example

White with #9ACE84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9ACE84;
 }
 .AnyTagClassName
 {
   color: #9ACE84;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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