Html Css Color HEX #A1DC83 Feijoa

📋 copy color: '#A1DC83'

red 161 ◦ green 220 ◦ blue 131

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

Shades of Feijoa #A1DC83

Tints of Feijoa #A1DC83

RGB

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

 GREEN value IS 220 (86.33% from 255) = 42.97%

 BLUE value IS 131 (51.56% from 255) = 25.59%

R = 31.45%
G = 42.97%
B = 25.59%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#A1DC83 (or 0xA1DC83) is known color: Feijoa. HEX triplet: A1, DC and 83. RGB value is (161,220,131). Sum of RGB (Red+Green+Blue) = 161+220+131=512 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.45% from 512); Green value is 220 (86.33% from 255 or 42.97% from 512); Blue value is 131 (51.56% from 255 or 25.59% from 512); Max value from RGB is 220 - color contains mainly: green. Hex color #A1DC83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DC83 is #5E237C. Grayscale: #C0C0C0. Windows color (decimal): -6169469 or 8641697. OLE color: 8641697.

HSL color Cylindrical-coordinate representation of color #A1DC83: hue angle of 99.78º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A1DC83 is Cyan = 0.27, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB 161 220 131 -
CMYK 0.27 0 0.40 0.14
HSL 99.78º 0.56% 0.69% -
HSV(B) 99.78º 0.4% 0.86% -
XYZ 44.39 60.4 30.79 -
YUV 192.21 93.45 105.74 -
System Red Green Blue C M Y K H S L
Decimal 161 220 131 0.27 0 0.40 0.14 99.78 0.56 0.69
Hex A1 DC 83 1B 0 28 E 64 38 45
Octal 241 334 203 33 0 50 16 144 70 105
Binary 10100001 11011100 10000011 11011 0 101000 1110 1100100 111000 1000101

Color Harmonies of #A1DC83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DC83

Black with #A1DC83

Text Example


Text Example

White with #A1DC83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DC83; }

 p { color: rgb(161,220,131); }

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

background-color css

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

 a { background-color: rgb(161,220,131); }

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

border-color css

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

 span { border-color: rgb(161,220,131); }

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