Html Css Color HEX #A1D48B Gossip

📋 copy color: '#A1D48B'

red 161 ◦ green 212 ◦ blue 139

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

Shades of Gossip #A1D48B

Tints of Gossip #A1D48B

RGB

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

 GREEN value IS 212 (83.2% from 255) = 41.41%

 BLUE value IS 139 (54.69% from 255) = 27.15%

R = 31.45%
G = 41.41%
B = 27.15%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.34

 K value IS 0.17

RGB Variations

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

Color information

#A1D48B (or 0xA1D48B) is known color: Gossip. HEX triplet: A1, D4 and 8B. RGB value is (161,212,139). Sum of RGB (Red+Green+Blue) = 161+212+139=512 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.45% from 512); Green value is 212 (83.20% from 255 or 41.41% from 512); Blue value is 139 (54.69% from 255 or 27.15% from 512); Max value from RGB is 212 - color contains mainly: green. Hex color #A1D48B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D48B is #5E2B74. Grayscale: #BCBCBC. Windows color (decimal): -6171509 or 9163937. OLE color: 9163937.

HSL color Cylindrical-coordinate representation of color #A1D48B: hue angle of 101.92º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A1D48B is Cyan = 0.24, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.17.

Color convert

RGB 161 212 139 -
CMYK 0.24 0 0.34 0.17
HSL 101.92º 0.46% 0.69% -
HSV(B) 101.92º 0.34% 0.83% -
XYZ 42.9 56.53 33.08 -
YUV 188.43 100.1 108.44 -
System Red Green Blue C M Y K H S L
Decimal 161 212 139 0.24 0 0.34 0.17 101.92 0.46 0.69
Hex A1 D4 8B 18 0 22 11 66 2E 45
Octal 241 324 213 30 0 42 21 146 56 105
Binary 10100001 11010100 10001011 11000 0 100010 10001 1100110 101110 1000101

Color Harmonies of #A1D48B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D48B

Black with #A1D48B

Text Example


Text Example

White with #A1D48B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D48B; }

 p { color: rgb(161,212,139); }

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

background-color css

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

 a { background-color: rgb(161,212,139); }

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

border-color css

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

 span { border-color: rgb(161,212,139); }

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