#ACD27A

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

Shades of Feijoa #ACD27A

Tints of Feijoa #ACD27A

Color information

#ACD27A (or 0xACD27A) is unknown color: approx Feijoa. HEX triplet: AC, D2 and 7A. RGB value is (172,210,122). Sum of RGB (Red+Green+Blue) = 172+210+122=504 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.13% from 504); Green value is 210 (82.42% from 255 or 41.67% from 504); Blue value is 122 (48.05% from 255 or 24.21% from 504); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD27A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD27A is #532D85. Grayscale: #BCBCBC. Windows color (decimal): -5451142 or 8049324. OLE color: 8049324.

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

Color convert

RGB172210122-
CMYK0.1800.420.18
HSL85.91º49.44%65.1%-
HSV(B)85.91º41.9%82.35%-
XYZ43.5756.2726.98-
YUV188.6190.41116.16-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.13%
GREEN value IS 210 (82.42% from 255) = 41.67%
BLUE value IS 122 (48.05% from 255) = 24.21%
R=34.13%
G=41.67%
B=24.21%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1722101220.1800.420.1885.9149.4465.1
HexACD27A1202A12563141
Octal254322172220522212661101
Binary101011001101001011110101001001010101001010101101100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD27A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD27A; }

 p { color: rgb(172,210,122); }

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

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

 a { background-color: rgb(172,210,122); }

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

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

 span { border-color: rgb(172,210,122); }

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