Html Css Color HEX #A1C58F Gossip

📋 copy color: '#A1C58F'

red 161 ◦ green 197 ◦ blue 143

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

Shades of Gossip #A1C58F

Tints of Gossip #A1C58F

RGB

 RED value IS 161 (63.28% from 255) = 32.14%

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

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

R = 32.14%
G = 39.32%
B = 28.54%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#A1C58F (or 0xA1C58F) is known color: Gossip. HEX triplet: A1, C5 and 8F. RGB value is (161,197,143). Sum of RGB (Red+Green+Blue) = 161+197+143=501 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.14% from 501); Green value is 197 (77.34% from 255 or 39.32% from 501); Blue value is 143 (56.25% from 255 or 28.54% from 501); Max value from RGB is 197 - color contains mainly: green. Hex color #A1C58F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C58F is #5E3A70. Grayscale: #B4B4B4. Windows color (decimal): -6175345 or 9422241. OLE color: 9422241.

HSL color Cylindrical-coordinate representation of color #A1C58F: hue angle of 100º 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 #A1C58F is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.23.

Color convert

RGB 161 197 143 -
CMYK 0.18 0 0.27 0.23
HSL 100º 0.32% 0.67% -
HSV(B) 100º 0.27% 0.77% -
XYZ 39.62 49.49 33.45 -
YUV 180.08 107.07 114.39 -
System Red Green Blue C M Y K H S L
Decimal 161 197 143 0.18 0 0.27 0.23 100 0.32 0.67
Hex A1 C5 8F 12 0 1B 17 64 20 43
Octal 241 305 217 22 0 33 27 144 40 103
Binary 10100001 11000101 10001111 10010 0 11011 10111 1100100 100000 1000011

Color Harmonies of #A1C58F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C58F

Black with #A1C58F

Text Example


Text Example

White with #A1C58F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C58F; }

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

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

background-color css

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

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

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

border-color css

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

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

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