Html Css Color HEX #A1D17D Feijoa

📋 copy color: '#A1D17D'

red 161 ◦ green 209 ◦ blue 125

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

Shades of Feijoa #A1D17D

Tints of Feijoa #A1D17D

RGB

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

 GREEN value IS 209 (82.03% from 255) = 42.22%

 BLUE value IS 125 (49.22% from 255) = 25.25%

R = 32.53%
G = 42.22%
B = 25.25%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#A1D17D (or 0xA1D17D) is known color: Feijoa. HEX triplet: A1, D1 and 7D. RGB value is (161,209,125). Sum of RGB (Red+Green+Blue) = 161+209+125=495 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.53% from 495); Green value is 209 (82.03% from 255 or 42.22% from 495); Blue value is 125 (49.22% from 255 or 25.25% from 495); Max value from RGB is 209 - color contains mainly: green. Hex color #A1D17D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D17D is #5E2E82. Grayscale: #B9B9B9. Windows color (decimal): -6172291 or 8245665. OLE color: 8245665.

HSL color Cylindrical-coordinate representation of color #A1D17D: hue angle of 94.29º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A1D17D is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 161 209 125 -
CMYK 0.23 0 0.40 0.18
HSL 94.29º 0.48% 0.65% -
HSV(B) 94.29º 0.4% 0.82% -
XYZ 41.2 54.66 27.78 -
YUV 185.07 94.1 110.83 -
System Red Green Blue C M Y K H S L
Decimal 161 209 125 0.23 0 0.40 0.18 94.29 0.48 0.65
Hex A1 D1 7D 17 0 28 12 5E 30 41
Octal 241 321 175 27 0 50 22 136 60 101
Binary 10100001 11010001 1111101 10111 0 101000 10010 1011110 110000 1000001

Color Harmonies of #A1D17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D17D

Black with #A1D17D

Text Example


Text Example

White with #A1D17D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D17D; }

 p { color: rgb(161,209,125); }

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

background-color css

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

 a { background-color: rgb(161,209,125); }

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

border-color css

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

 span { border-color: rgb(161,209,125); }

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