Html Css Color HEX #9ACC79 Gossip

📋 copy color: '#9ACC79'

red 154 ◦ green 204 ◦ blue 121

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

Shades of Gossip #9ACC79

Tints of Gossip #9ACC79

RGB

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

 GREEN value IS 204 (80.08% from 255) = 42.59%

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

R = 32.15%
G = 42.59%
B = 25.26%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.41

 K value IS 0.2

RGB Variations

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

Color information

#9ACC79 (or 0x9ACC79) is known color: Gossip. HEX triplet: 9A, CC and 79. RGB value is (154,204,121). Sum of RGB (Red+Green+Blue) = 154+204+121=479 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.15% from 479); Green value is 204 (80.08% from 255 or 42.59% from 479); Blue value is 121 (47.66% from 255 or 25.26% from 479); Max value from RGB is 204 - color contains mainly: green. Hex color #9ACC79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ACC79 is #653386. Grayscale: #B3B3B3. Windows color (decimal): -6632327 or 7982234. OLE color: 7982234.

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

Color convert

RGB 154 204 121 -
CMYK 0.25 0 0.41 0.2
HSL 96.14º 0.45% 0.64% -
HSV(B) 96.14º 0.41% 0.8% -
XYZ 38.37 51.44 26 -
YUV 179.59 94.94 109.75 -
System Red Green Blue C M Y K H S L
Decimal 154 204 121 0.25 0 0.41 0.2 96.14 0.45 0.64
Hex 9A CC 79 19 0 29 14 60 2D 40
Octal 232 314 171 31 0 51 24 140 55 100
Binary 10011010 11001100 1111001 11001 0 101001 10100 1100000 101101 1000000

Color Harmonies of #9ACC79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ACC79

Black with #9ACC79

Text Example


Text Example

White with #9ACC79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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