#ACD484

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

Shades of Feijoa #ACD484

Tints of Feijoa #ACD484

Color information

#ACD484 (or 0xACD484) is unknown color: approx Feijoa. HEX triplet: AC, D4 and 84. RGB value is (172,212,132). Sum of RGB (Red+Green+Blue) = 172+212+132=516 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.33% from 516); Green value is 212 (83.20% from 255 or 41.09% from 516); Blue value is 132 (51.95% from 255 or 25.58% from 516); Max value from RGB is 212 - color contains mainly: green. Hex color #ACD484 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD484 is #532B7B. Grayscale: #BFBFBF. Windows color (decimal): -5450620 or 8705196. OLE color: 8705196.

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

Color convert

RGB172212132-
CMYK0.1900.380.17
HSL90º48.19%67.45%-
HSV(B)90º37.74%83.14%-
XYZ44.7257.5230.58-
YUV190.9294.75114.5-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.33%
GREEN value IS 212 (83.20% from 255) = 41.09%
BLUE value IS 132 (51.95% from 255) = 25.58%
R=33.33%
G=41.09%
B=25.58%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1722121320.1900.380.179048.1967.45
HexACD48413026115a3043
Octal254324204230462113260103
Binary1010110011010100100001001001101001101000110110101100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD484; }

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

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

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

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

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

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

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

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