#ACD481

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

Shades of Feijoa #ACD481

Tints of Feijoa #ACD481

Color information

#ACD481 (or 0xACD481) is unknown color: approx Feijoa. HEX triplet: AC, D4 and 81. RGB value is (172,212,129). Sum of RGB (Red+Green+Blue) = 172+212+129=513 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.53% from 513); Green value is 212 (83.20% from 255 or 41.33% from 513); Blue value is 129 (50.78% from 255 or 25.15% from 513); Max value from RGB is 212 - color contains mainly: green. Hex color #ACD481 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD481 is #532B7E. Grayscale: #BEBEBE. Windows color (decimal): -5450623 or 8508588. OLE color: 8508588.

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

Color convert

RGB172212129-
CMYK0.1900.390.17
HSL88.92º49.11%66.86%-
HSV(B)88.92º39.15%83.14%-
XYZ44.5257.4429.51-
YUV190.5893.25114.75-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.53%
GREEN value IS 212 (83.20% from 255) = 41.33%
BLUE value IS 129 (50.78% from 255) = 25.15%
R=33.53%
G=41.33%
B=25.15%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1722121290.1900.390.1788.9249.1166.86
HexACD4811302711593143
Octal254324201230472113161103
Binary1010110011010100100000011001101001111000110110011100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD481; }

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

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

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

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

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

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

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

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