#ACD295

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

Shades of Feijoa #ACD295

Tints of Feijoa #ACD295

Color information

#ACD295 (or 0xACD295) is unknown color: approx Feijoa. HEX triplet: AC, D2 and 95. RGB value is (172,210,149). Sum of RGB (Red+Green+Blue) = 172+210+149=531 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.39% from 531); Green value is 210 (82.42% from 255 or 39.55% from 531); Blue value is 149 (58.59% from 255 or 28.06% from 531); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD295 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD295 is #532D6A. Grayscale: #BFBFBF. Windows color (decimal): -5451115 or 9818796. OLE color: 9818796.

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

Color convert

RGB172210149-
CMYK0.1800.290.18
HSL97.38º40.4%70.39%-
HSV(B)97.38º29.05%82.35%-
XYZ45.4857.0337.05-
YUV191.68103.91113.96-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.39%
GREEN value IS 210 (82.42% from 255) = 39.55%
BLUE value IS 149 (58.59% from 255) = 28.06%
R=32.39%
G=39.55%
B=28.06%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1722101490.1800.290.1897.3840.470.39
HexACD2951201D12612846
Octal254322225220352214150106
Binary101011001101001010010101100100111011001011000011010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD295; }

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

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

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

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

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

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

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

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