#ACD081

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

Shades of Feijoa #ACD081

Tints of Feijoa #ACD081

Color information

#ACD081 (or 0xACD081) is unknown color: approx Feijoa. HEX triplet: AC, D0 and 81. RGB value is (172,208,129). Sum of RGB (Red+Green+Blue) = 172+208+129=509 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.79% from 509); Green value is 208 (81.64% from 255 or 40.86% from 509); Blue value is 129 (50.78% from 255 or 25.34% from 509); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD081 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD081 is #532F7E. Grayscale: #BCBCBC. Windows color (decimal): -5451647 or 8507564. OLE color: 8507564.

HSL color Cylindrical-coordinate representation of color #ACD081: hue angle of 87.34º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ACD081 is Cyan = 0.17, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB172208129-
CMYK0.1700.380.18
HSL87.34º45.66%66.08%-
HSV(B)87.34º37.98%81.57%-
XYZ43.5355.4729.18-
YUV188.2394.57116.42-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.79%
GREEN value IS 208 (81.64% from 255) = 40.86%
BLUE value IS 129 (50.78% from 255) = 25.34%
R=33.79%
G=40.86%
B=25.34%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1722081290.1700.380.1887.3445.6666.08
HexACD0811102612572e42
Octal254320201210462212756102
Binary1010110011010000100000011000101001101001010101111011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD081; }

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

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

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

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

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

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

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

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