Html Css Color HEX #A1D385 Gossip

📋 copy color: '#A1D385'

red 161 ◦ green 211 ◦ blue 133

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

Shades of Gossip #A1D385

Tints of Gossip #A1D385

RGB

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

 GREEN value IS 211 (82.81% from 255) = 41.78%

 BLUE value IS 133 (52.34% from 255) = 26.34%

R = 31.88%
G = 41.78%
B = 26.34%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.37

 K value IS 0.17

RGB Variations

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

Color information

#A1D385 (or 0xA1D385) is known color: Gossip. HEX triplet: A1, D3 and 85. RGB value is (161,211,133). Sum of RGB (Red+Green+Blue) = 161+211+133=505 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.88% from 505); Green value is 211 (82.81% from 255 or 41.78% from 505); Blue value is 133 (52.34% from 255 or 26.34% from 505); Max value from RGB is 211 - color contains mainly: green. Hex color #A1D385 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D385 is #5E2C7A. Grayscale: #BBBBBB. Windows color (decimal): -6171771 or 8770465. OLE color: 8770465.

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

Color convert

RGB 161 211 133 -
CMYK 0.24 0 0.37 0.17
HSL 98.46º 0.47% 0.67% -
HSV(B) 98.46º 0.37% 0.83% -
XYZ 42.23 55.86 30.75 -
YUV 187.16 97.44 109.34 -
System Red Green Blue C M Y K H S L
Decimal 161 211 133 0.24 0 0.37 0.17 98.46 0.47 0.67
Hex A1 D3 85 18 0 25 11 62 2F 43
Octal 241 323 205 30 0 45 21 142 57 103
Binary 10100001 11010011 10000101 11000 0 100101 10001 1100010 101111 1000011

Color Harmonies of #A1D385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D385

Black with #A1D385

Text Example


Text Example

White with #A1D385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D385; }

 p { color: rgb(161,211,133); }

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

background-color css

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

 a { background-color: rgb(161,211,133); }

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

border-color css

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

 span { border-color: rgb(161,211,133); }

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