#ACD07D

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

Shades of Feijoa #ACD07D

Tints of Feijoa #ACD07D

Color information

#ACD07D (or 0xACD07D) is unknown color: approx Feijoa. HEX triplet: AC, D0 and 7D. RGB value is (172,208,125). Sum of RGB (Red+Green+Blue) = 172+208+125=505 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.06% from 505); Green value is 208 (81.64% from 255 or 41.19% from 505); Blue value is 125 (49.22% from 255 or 24.75% from 505); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD07D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD07D is #532F82. Grayscale: #BCBCBC. Windows color (decimal): -5451651 or 8245420. OLE color: 8245420.

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

Color convert

RGB172208125-
CMYK0.1700.400.18
HSL86.02º46.89%65.29%-
HSV(B)86.02º39.9%81.57%-
XYZ43.2755.3627.81-
YUV187.7792.57116.75-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.06%
GREEN value IS 208 (81.64% from 255) = 41.19%
BLUE value IS 125 (49.22% from 255) = 24.75%
R=34.06%
G=41.19%
B=24.75%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1722081250.1700.400.1886.0246.8965.29
HexACD07D1102812562f41
Octal254320175210502212657101
Binary101011001101000011111011000101010001001010101101011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD07D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD07D; }

 p { color: rgb(172,208,125); }

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

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

 a { background-color: rgb(172,208,125); }

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

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

 span { border-color: rgb(172,208,125); }

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