Html Css Color HEX #A0CC90 Gossip

📋 copy color: '#A0CC90'

red 160 ◦ green 204 ◦ blue 144

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

Shades of Gossip #A0CC90

Tints of Gossip #A0CC90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 28.35%

R = 31.5%
G = 40.16%
B = 28.35%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.29

 K value IS 0.2

RGB Variations

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

Color information

#A0CC90 (or 0xA0CC90) is known color: Gossip. HEX triplet: A0, CC and 90. RGB value is (160,204,144). Sum of RGB (Red+Green+Blue) = 160+204+144=508 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.50% from 508); Green value is 204 (80.08% from 255 or 40.16% from 508); Blue value is 144 (56.64% from 255 or 28.35% from 508); Max value from RGB is 204 - color contains mainly: green. Hex color #A0CC90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CC90 is #5F336F. Grayscale: #B8B8B8. Windows color (decimal): -6239088 or 9489568. OLE color: 9489568.

HSL color Cylindrical-coordinate representation of color #A0CC90: hue angle of 104º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A0CC90 is Cyan = 0.22, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.2.

Color convert

RGB 160 204 144 -
CMYK 0.22 0 0.29 0.2
HSL 104º 0.37% 0.68% -
HSV(B) 104º 0.29% 0.8% -
XYZ 41.12 52.67 34.38 -
YUV 184 105.42 110.88 -
System Red Green Blue C M Y K H S L
Decimal 160 204 144 0.22 0 0.29 0.2 104 0.37 0.68
Hex A0 CC 90 16 0 1D 14 68 25 44
Octal 240 314 220 26 0 35 24 150 45 104
Binary 10100000 11001100 10010000 10110 0 11101 10100 1101000 100101 1000100

Color Harmonies of #A0CC90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CC90

Black with #A0CC90

Text Example


Text Example

White with #A0CC90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CC90; }

 p { color: rgb(160,204,144); }

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

background-color css

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

 a { background-color: rgb(160,204,144); }

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

border-color css

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

 span { border-color: rgb(160,204,144); }

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