Html Css Color HEX #A1DC6F Feijoa

📋 copy color: '#A1DC6F'

red 161 ◦ green 220 ◦ blue 111

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

Shades of Feijoa #A1DC6F

Tints of Feijoa #A1DC6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 22.56%

R = 32.72%
G = 44.72%
B = 22.56%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#A1DC6F (or 0xA1DC6F) is known color: Feijoa. HEX triplet: A1, DC and 6F. RGB value is (161,220,111). Sum of RGB (Red+Green+Blue) = 161+220+111=492 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.72% from 492); Green value is 220 (86.33% from 255 or 44.72% from 492); Blue value is 111 (43.75% from 255 or 22.56% from 492); Max value from RGB is 220 - color contains mainly: green. Hex color #A1DC6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1DC6F is #5E2390. Grayscale: #BEBEBE. Windows color (decimal): -6169489 or 7330977. OLE color: 7330977.

HSL color Cylindrical-coordinate representation of color #A1DC6F: hue angle of 92.48º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A1DC6F is Cyan = 0.27, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 161 220 111 -
CMYK 0.27 0 0.50 0.14
HSL 92.48º 0.61% 0.65% -
HSV(B) 92.48º 0.5% 0.86% -
XYZ 43.16 59.91 24.33 -
YUV 189.93 83.45 107.36 -
System Red Green Blue C M Y K H S L
Decimal 161 220 111 0.27 0 0.50 0.14 92.48 0.61 0.65
Hex A1 DC 6F 1B 0 32 E 5C 3D 41
Octal 241 334 157 33 0 62 16 134 75 101
Binary 10100001 11011100 1101111 11011 0 110010 1110 1011100 111101 1000001

Color Harmonies of #A1DC6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DC6F

Black with #A1DC6F

Text Example


Text Example

White with #A1DC6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DC6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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