Html Css Color HEX #A0C58F Gossip

📋 copy color: '#A0C58F'

red 160 ◦ green 197 ◦ blue 143

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

Shades of Gossip #A0C58F

Tints of Gossip #A0C58F

RGB

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

 GREEN value IS 197 (77.34% from 255) = 39.4%

 BLUE value IS 143 (56.25% from 255) = 28.6%

R = 32%
G = 39.4%
B = 28.6%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#A0C58F (or 0xA0C58F) is known color: Gossip. HEX triplet: A0, C5 and 8F. RGB value is (160,197,143). Sum of RGB (Red+Green+Blue) = 160+197+143=500 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32% from 500); Green value is 197 (77.34% from 255 or 39.4% from 500); Blue value is 143 (56.25% from 255 or 28.6% from 500); Max value from RGB is 197 - color contains mainly: green. Hex color #A0C58F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C58F is #5F3A70. Grayscale: #B3B3B3. Windows color (decimal): -6240881 or 9422240. OLE color: 9422240.

HSL color Cylindrical-coordinate representation of color #A0C58F: hue angle of 101.11º degrees, saturation: 0.32, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A0C58F is Cyan = 0.19, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.23.

Color convert

RGB 160 197 143 -
CMYK 0.19 0 0.27 0.23
HSL 101.11º 0.32% 0.67% -
HSV(B) 101.11º 0.27% 0.77% -
XYZ 39.42 49.39 33.44 -
YUV 179.78 107.24 113.89 -
System Red Green Blue C M Y K H S L
Decimal 160 197 143 0.19 0 0.27 0.23 101.11 0.32 0.67
Hex A0 C5 8F 13 0 1B 17 65 20 43
Octal 240 305 217 23 0 33 27 145 40 103
Binary 10100000 11000101 10001111 10011 0 11011 10111 1100101 100000 1000011

Color Harmonies of #A0C58F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C58F

Black with #A0C58F

Text Example


Text Example

White with #A0C58F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C58F; }

 p { color: rgb(160,197,143); }

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

background-color css

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

 a { background-color: rgb(160,197,143); }

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

border-color css

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

 span { border-color: rgb(160,197,143); }

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