Html Css Color HEX #A1CD93 Gossip

📋 copy color: '#A1CD93'

red 161 ◦ green 205 ◦ blue 147

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

Shades of Gossip #A1CD93

Tints of Gossip #A1CD93

RGB

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

 GREEN value IS 205 (80.47% from 255) = 39.96%

 BLUE value IS 147 (57.81% from 255) = 28.65%

R = 31.38%
G = 39.96%
B = 28.65%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.28

 K value IS 0.20

RGB Variations

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

Color information

#A1CD93 (or 0xA1CD93) is known color: Gossip. HEX triplet: A1, CD and 93. RGB value is (161,205,147). Sum of RGB (Red+Green+Blue) = 161+205+147=513 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.38% from 513); Green value is 205 (80.47% from 255 or 39.96% from 513); Blue value is 147 (57.81% from 255 or 28.65% from 513); Max value from RGB is 205 - color contains mainly: green. Hex color #A1CD93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CD93 is #5E326C. Grayscale: #B9B9B9. Windows color (decimal): -6173293 or 9686433. OLE color: 9686433.

HSL color Cylindrical-coordinate representation of color #A1CD93: hue angle of 105.52º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A1CD93 is Cyan = 0.21, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.20.

Color convert

RGB 161 205 147 -
CMYK 0.21 0 0.28 0.20
HSL 105.52º 0.37% 0.69% -
HSV(B) 105.52º 0.28% 0.8% -
XYZ 41.8 53.35 35.7 -
YUV 185.23 106.42 110.72 -
System Red Green Blue C M Y K H S L
Decimal 161 205 147 0.21 0 0.28 0.20 105.52 0.37 0.69
Hex A1 CD 93 15 0 1C 14 6A 25 45
Octal 241 315 223 25 0 34 24 152 45 105
Binary 10100001 11001101 10010011 10101 0 11100 10100 1101010 100101 1000101

Color Harmonies of #A1CD93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CD93

Black with #A1CD93

Text Example


Text Example

White with #A1CD93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CD93; }

 p { color: rgb(161,205,147); }

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

background-color css

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

 a { background-color: rgb(161,205,147); }

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

border-color css

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

 span { border-color: rgb(161,205,147); }

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