Html Css Color HEX #A0CE92 Gossip

📋 copy color: '#A0CE92'

red 160 ◦ green 206 ◦ blue 146

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

Shades of Gossip #A0CE92

Tints of Gossip #A0CE92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 28.52%

R = 31.25%
G = 40.23%
B = 28.52%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#A0CE92 (or 0xA0CE92) is known color: Gossip. HEX triplet: A0, CE and 92. RGB value is (160,206,146). Sum of RGB (Red+Green+Blue) = 160+206+146=512 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.25% from 512); Green value is 206 (80.86% from 255 or 40.23% from 512); Blue value is 146 (57.42% from 255 or 28.52% from 512); Max value from RGB is 206 - color contains mainly: green. Hex color #A0CE92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CE92 is #5F316D. Grayscale: #B9B9B9. Windows color (decimal): -6238574 or 9621152. OLE color: 9621152.

HSL color Cylindrical-coordinate representation of color #A0CE92: hue angle of 106º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A0CE92 is Cyan = 0.22, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.19.

Color convert

RGB 160 206 146 -
CMYK 0.22 0 0.29 0.19
HSL 106º 0.38% 0.69% -
HSV(B) 106º 0.29% 0.81% -
XYZ 41.76 53.69 35.36 -
YUV 185.41 105.76 109.88 -
System Red Green Blue C M Y K H S L
Decimal 160 206 146 0.22 0 0.29 0.19 106 0.38 0.69
Hex A0 CE 92 16 0 1D 13 6A 26 45
Octal 240 316 222 26 0 35 23 152 46 105
Binary 10100000 11001110 10010010 10110 0 11101 10011 1101010 100110 1000101

Color Harmonies of #A0CE92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CE92

Black with #A0CE92

Text Example


Text Example

White with #A0CE92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CE92; }

 p { color: rgb(160,206,146); }

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

background-color css

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

 a { background-color: rgb(160,206,146); }

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

border-color css

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

 span { border-color: rgb(160,206,146); }

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