Html Css Color HEX #A1C48F Gossip

📋 copy color: '#A1C48F'

red 161 ◦ green 196 ◦ blue 143

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

Shades of Gossip #A1C48F

Tints of Gossip #A1C48F

RGB

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

 GREEN value IS 196 (76.95% from 255) = 39.2%

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

R = 32.2%
G = 39.2%
B = 28.6%

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

#A1C48F (or 0xA1C48F) is known color: Gossip. HEX triplet: A1, C4 and 8F. RGB value is (161,196,143). Sum of RGB (Red+Green+Blue) = 161+196+143=500 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.2% from 500); Green value is 196 (76.95% from 255 or 39.2% from 500); Blue value is 143 (56.25% from 255 or 28.6% from 500); Max value from RGB is 196 - color contains mainly: green. Hex color #A1C48F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C48F is #5E3B70. Grayscale: #B3B3B3. Windows color (decimal): -6175601 or 9421985. OLE color: 9421985.

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

Color convert

RGB 161 196 143 -
CMYK 0.18 0 0.27 0.23
HSL 99.62º 0.31% 0.66% -
HSV(B) 99.62º 0.27% 0.77% -
XYZ 39.4 49.04 33.38 -
YUV 179.49 107.4 114.81 -
System Red Green Blue C M Y K H S L
Decimal 161 196 143 0.18 0 0.27 0.23 99.62 0.31 0.66
Hex A1 C4 8F 12 0 1B 17 64 1F 42
Octal 241 304 217 22 0 33 27 144 37 102
Binary 10100001 11000100 10001111 10010 0 11011 10111 1100100 11111 1000010

Color Harmonies of #A1C48F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C48F

Black with #A1C48F

Text Example


Text Example

White with #A1C48F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C48F; }

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

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

background-color css

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

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

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

border-color css

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

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

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