#ACD097

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

Shades of Feijoa #ACD097

Tints of Feijoa #ACD097

Color information

#ACD097 (or 0xACD097) is unknown color: approx Feijoa. HEX triplet: AC, D0 and 97. RGB value is (172,208,151). Sum of RGB (Red+Green+Blue) = 172+208+151=531 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.39% from 531); Green value is 208 (81.64% from 255 or 39.17% from 531); Blue value is 151 (59.38% from 255 or 28.44% from 531); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD097 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD097 is #532F68. Grayscale: #BEBEBE. Windows color (decimal): -5451625 or 9949356. OLE color: 9949356.

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

Color convert

RGB172208151-
CMYK0.1700.270.18
HSL97.89º37.75%70.39%-
HSV(B)97.89º27.4%81.57%-
XYZ45.1656.1237.73-
YUV190.74105.57114.63-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.39%
GREEN value IS 208 (81.64% from 255) = 39.17%
BLUE value IS 151 (59.38% from 255) = 28.44%
R=32.39%
G=39.17%
B=28.44%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1722081510.1700.270.1897.8937.7570.39
HexACD0971101B12622646
Octal254320227210332214246106
Binary101011001101000010010111100010110111001011000101001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD097; }

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

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

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

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

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

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

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

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