Html Css Color HEX #9ACE79 Gossip

📋 copy color: '#9ACE79'

red 154 ◦ green 206 ◦ blue 121

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

Shades of Gossip #9ACE79

Tints of Gossip #9ACE79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 25.16%

R = 32.02%
G = 42.83%
B = 25.16%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#9ACE79 (or 0x9ACE79) is known color: Gossip. HEX triplet: 9A, CE and 79. RGB value is (154,206,121). Sum of RGB (Red+Green+Blue) = 154+206+121=481 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.02% from 481); Green value is 206 (80.86% from 255 or 42.83% from 481); Blue value is 121 (47.66% from 255 or 25.16% from 481); Max value from RGB is 206 - color contains mainly: green. Hex color #9ACE79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ACE79 is #653186. Grayscale: #B5B5B5. Windows color (decimal): -6631815 or 7982746. OLE color: 7982746.

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

Color convert

RGB 154 206 121 -
CMYK 0.25 0 0.41 0.19
HSL 96.71º 0.46% 0.64% -
HSV(B) 96.71º 0.41% 0.81% -
XYZ 38.85 52.39 26.15 -
YUV 180.76 94.27 108.91 -
System Red Green Blue C M Y K H S L
Decimal 154 206 121 0.25 0 0.41 0.19 96.71 0.46 0.64
Hex 9A CE 79 19 0 29 13 61 2E 40
Octal 232 316 171 31 0 51 23 141 56 100
Binary 10011010 11001110 1111001 11001 0 101001 10011 1100001 101110 1000000

Color Harmonies of #9ACE79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ACE79

Black with #9ACE79

Text Example


Text Example

White with #9ACE79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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