Html Css Color HEX #A1D47C Feijoa

📋 copy color: '#A1D47C'

red 161 ◦ green 212 ◦ blue 124

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

Shades of Feijoa #A1D47C

Tints of Feijoa #A1D47C

RGB

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

 GREEN value IS 212 (83.2% from 255) = 42.66%

 BLUE value IS 124 (48.83% from 255) = 24.95%

R = 32.39%
G = 42.66%
B = 24.95%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.42

 K value IS 0.17

RGB Variations

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

Color information

#A1D47C (or 0xA1D47C) is known color: Feijoa. HEX triplet: A1, D4 and 7C. RGB value is (161,212,124). Sum of RGB (Red+Green+Blue) = 161+212+124=497 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.39% from 497); Green value is 212 (83.20% from 255 or 42.66% from 497); Blue value is 124 (48.83% from 255 or 24.95% from 497); Max value from RGB is 212 - color contains mainly: green. Hex color #A1D47C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D47C is #5E2B83. Grayscale: #BBBBBB. Windows color (decimal): -6171524 or 8180897. OLE color: 8180897.

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

Color convert

RGB 161 212 124 -
CMYK 0.24 0 0.42 0.17
HSL 94.77º 0.51% 0.66% -
HSV(B) 94.77º 0.42% 0.83% -
XYZ 41.88 56.12 27.69 -
YUV 186.72 92.6 109.66 -
System Red Green Blue C M Y K H S L
Decimal 161 212 124 0.24 0 0.42 0.17 94.77 0.51 0.66
Hex A1 D4 7C 18 0 2A 11 5F 33 42
Octal 241 324 174 30 0 52 21 137 63 102
Binary 10100001 11010100 1111100 11000 0 101010 10001 1011111 110011 1000010

Color Harmonies of #A1D47C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D47C

Black with #A1D47C

Text Example


Text Example

White with #A1D47C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D47C; }

 p { color: rgb(161,212,124); }

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

background-color css

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

 a { background-color: rgb(161,212,124); }

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

border-color css

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

 span { border-color: rgb(161,212,124); }

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