Html Css Color HEX #A1D28C Gossip

📋 copy color: '#A1D28C'

red 161 ◦ green 210 ◦ blue 140

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

Shades of Gossip #A1D28C

Tints of Gossip #A1D28C

RGB

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

 GREEN value IS 210 (82.42% from 255) = 41.1%

 BLUE value IS 140 (55.08% from 255) = 27.4%

R = 31.51%
G = 41.1%
B = 27.4%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#A1D28C (or 0xA1D28C) is known color: Gossip. HEX triplet: A1, D2 and 8C. RGB value is (161,210,140). Sum of RGB (Red+Green+Blue) = 161+210+140=511 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.51% from 511); Green value is 210 (82.42% from 255 or 41.10% from 511); Blue value is 140 (55.08% from 255 or 27.40% from 511); Max value from RGB is 210 - color contains mainly: green. Hex color #A1D28C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D28C is #5E2D73. Grayscale: #BBBBBB. Windows color (decimal): -6172020 or 9228961. OLE color: 9228961.

HSL color Cylindrical-coordinate representation of color #A1D28C: hue angle of 102º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1D28C is Cyan = 0.23, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB 161 210 140 -
CMYK 0.23 0 0.33 0.18
HSL 102º 0.44% 0.69% -
HSV(B) 102º 0.33% 0.82% -
XYZ 42.48 55.56 33.3 -
YUV 187.37 101.27 109.19 -
System Red Green Blue C M Y K H S L
Decimal 161 210 140 0.23 0 0.33 0.18 102 0.44 0.69
Hex A1 D2 8C 17 0 21 12 66 2C 45
Octal 241 322 214 27 0 41 22 146 54 105
Binary 10100001 11010010 10001100 10111 0 100001 10010 1100110 101100 1000101

Color Harmonies of #A1D28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D28C

Black with #A1D28C

Text Example


Text Example

White with #A1D28C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D28C; }

 p { color: rgb(161,210,140); }

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

background-color css

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

 a { background-color: rgb(161,210,140); }

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

border-color css

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

 span { border-color: rgb(161,210,140); }

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