#ACD39A

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

Shades of Feijoa #ACD39A

Tints of Feijoa #ACD39A

Color information

#ACD39A (or 0xACD39A) is unknown color: approx Feijoa. HEX triplet: AC, D3 and 9A. RGB value is (172,211,154). Sum of RGB (Red+Green+Blue) = 172+211+154=537 (71% of max value = 765). Red value is 172 (67.58% from 255 or 32.03% from 537); Green value is 211 (82.81% from 255 or 39.29% from 537); Blue value is 154 (60.55% from 255 or 28.68% from 537); Max value from RGB is 211 - color contains mainly: green. Hex color #ACD39A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD39A is #532C65. Grayscale: #C1C1C1. Windows color (decimal): -5450854 or 10146732. OLE color: 10146732.

HSL color Cylindrical-coordinate representation of color #ACD39A: hue angle of 101.05º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACD39A is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.17.

Color convert

RGB172211154-
CMYK0.1800.270.17
HSL101.05º39.31%71.57%-
HSV(B)101.05º27.01%82.75%-
XYZ46.1457.6939.28-
YUV192.84106.08113.13-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.03%
GREEN value IS 211 (82.81% from 255) = 39.29%
BLUE value IS 154 (60.55% from 255) = 28.68%
R=32.03%
G=39.29%
B=28.68%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1722111540.1800.270.17101.0539.3171.57
HexACD39A1201B11652748
Octal254323232220332114547110
Binary101011001101001110011010100100110111000111001011001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD39A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD39A; }

 p { color: rgb(172,211,154); }

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

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

 a { background-color: rgb(172,211,154); }

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

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

 span { border-color: rgb(172,211,154); }

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