Html Css Color HEX #A1D46F Feijoa

📋 copy color: '#A1D46F'

red 161 ◦ green 212 ◦ blue 111

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

Shades of Feijoa #A1D46F

Tints of Feijoa #A1D46F

RGB

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

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

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

R = 33.26%
G = 43.8%
B = 22.93%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.48

 K value IS 0.17

RGB Variations

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

Color information

#A1D46F (or 0xA1D46F) is known color: Feijoa. HEX triplet: A1, D4 and 6F. RGB value is (161,212,111). Sum of RGB (Red+Green+Blue) = 161+212+111=484 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.26% from 484); Green value is 212 (83.20% from 255 or 43.80% from 484); Blue value is 111 (43.75% from 255 or 22.93% from 484); Max value from RGB is 212 - color contains mainly: green. Hex color #A1D46F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D46F is #5E2B90. Grayscale: #B9B9B9. Windows color (decimal): -6171537 or 7328929. OLE color: 7328929.

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

Color convert

RGB 161 212 111 -
CMYK 0.24 0 0.48 0.17
HSL 90.3º 0.54% 0.63% -
HSV(B) 90.3º 0.48% 0.83% -
XYZ 41.11 55.81 23.64 -
YUV 185.24 86.1 110.71 -
System Red Green Blue C M Y K H S L
Decimal 161 212 111 0.24 0 0.48 0.17 90.3 0.54 0.63
Hex A1 D4 6F 18 0 30 11 5A 36 3F
Octal 241 324 157 30 0 60 21 132 66 77
Binary 10100001 11010100 1101111 11000 0 110000 10001 1011010 110110 111111

Color Harmonies of #A1D46F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D46F

Black with #A1D46F

Text Example


Text Example

White with #A1D46F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D46F; }

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

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

background-color css

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

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

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

border-color css

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

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

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