#ACD282

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

Shades of Feijoa #ACD282

Tints of Feijoa #ACD282

Color information

#ACD282 (or 0xACD282) is unknown color: approx Feijoa. HEX triplet: AC, D2 and 82. RGB value is (172,210,130). Sum of RGB (Red+Green+Blue) = 172+210+130=512 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.59% from 512); Green value is 210 (82.42% from 255 or 41.02% from 512); Blue value is 130 (51.17% from 255 or 25.39% from 512); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD282 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD282 is #532D7D. Grayscale: #BDBDBD. Windows color (decimal): -5451134 or 8573612. OLE color: 8573612.

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

Color convert

RGB172210130-
CMYK0.1800.380.18
HSL88.5º47.06%66.67%-
HSV(B)88.5º38.1%82.35%-
XYZ44.0956.4829.7-
YUV189.5294.41115.5-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.59%
GREEN value IS 210 (82.42% from 255) = 41.02%
BLUE value IS 130 (51.17% from 255) = 25.39%
R=33.59%
G=41.02%
B=25.39%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1722101300.1800.380.1888.547.0666.67
HexACD2821202612582f43
Octal254322202220462213057103
Binary1010110011010010100000101001001001101001010110001011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD282; }

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

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

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

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

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

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

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

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