#A1D370

Color #A1D370 Feijoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feijoa #A1D370

Tints of Feijoa #A1D370

Color information

#A1D370 (or 0xA1D370) is unknown color: approx Feijoa. HEX triplet: A1, D3 and 70. RGB value is (161,211,112). Sum of RGB (Red+Green+Blue) = 161+211+112=484 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.26% from 484); Green value is 211 (82.81% from 255 or 43.60% from 484); Blue value is 112 (44.14% from 255 or 23.14% from 484); Max value from RGB is 211 - color contains mainly: green. Hex color #A1D370 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D370 is #5E2C8F. Grayscale: #B9B9B9. Windows color (decimal): -6171792 or 7394209. OLE color: 7394209.

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

Color convert

RGB161211112-
CMYK0.2400.470.17
HSL90.3º52.94%63.33%-
HSV(B)90.3º46.92%82.75%-
XYZ40.9255.3423.85-
YUV184.7686.94111.05-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.26%
GREEN value IS 211 (82.81% from 255) = 43.60%
BLUE value IS 112 (44.14% from 255) = 23.14%
R=33.26%
G=43.60%
B=23.14%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1612111120.2400.470.1790.352.9463.33
HexA1D3701802F115a353f
Octal24132316030057211326577
Binary10100001110100111110000110000101111100011011010110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D370; }

 p { color: rgb(161,211,112); }

 H1.HeaderClassName
 {
   color: #A1D370;
 }
 .AnyTagClassName
 {
   color: #A1D370;
 }
</style>
background-color css

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

 a { background-color: rgb(161,211,112); }

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

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

 span { border-color: rgb(161,211,112); }

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