Html Css Color HEX #A0CA79 Gossip

📋 copy color: '#A0CA79'

red 160 ◦ green 202 ◦ blue 121

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

Shades of Gossip #A0CA79

Tints of Gossip #A0CA79

RGB

 RED value IS 160 (62.89% from 255) = 33.13%

 GREEN value IS 202 (79.3% from 255) = 41.82%

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

R = 33.13%
G = 41.82%
B = 25.05%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#A0CA79 (or 0xA0CA79) is known color: Gossip. HEX triplet: A0, CA and 79. RGB value is (160,202,121). Sum of RGB (Red+Green+Blue) = 160+202+121=483 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.13% from 483); Green value is 202 (79.30% from 255 or 41.82% from 483); Blue value is 121 (47.66% from 255 or 25.05% from 483); Max value from RGB is 202 - color contains mainly: green. Hex color #A0CA79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CA79 is #5F3586. Grayscale: #B4B4B4. Windows color (decimal): -6239623 or 7981728. OLE color: 7981728.

HSL color Cylindrical-coordinate representation of color #A0CA79: hue angle of 91.11º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A0CA79 is Cyan = 0.21, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB 160 202 121 -
CMYK 0.21 0 0.40 0.21
HSL 91.11º 0.43% 0.63% -
HSV(B) 91.11º 0.4% 0.79% -
XYZ 39.07 51.1 25.89 -
YUV 180.21 94.59 113.59 -
System Red Green Blue C M Y K H S L
Decimal 160 202 121 0.21 0 0.40 0.21 91.11 0.43 0.63
Hex A0 CA 79 15 0 28 15 5B 2B 3F
Octal 240 312 171 25 0 50 25 133 53 77
Binary 10100000 11001010 1111001 10101 0 101000 10101 1011011 101011 111111

Color Harmonies of #A0CA79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CA79

Black with #A0CA79

Text Example


Text Example

White with #A0CA79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CA79; }

 p { color: rgb(160,202,121); }

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

background-color css

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

 a { background-color: rgb(160,202,121); }

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

border-color css

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

 span { border-color: rgb(160,202,121); }

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