#ACD397

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

Shades of Feijoa #ACD397

Tints of Feijoa #ACD397

Color information

#ACD397 (or 0xACD397) is unknown color: approx Feijoa. HEX triplet: AC, D3 and 97. RGB value is (172,211,151). Sum of RGB (Red+Green+Blue) = 172+211+151=534 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.21% from 534); Green value is 211 (82.81% from 255 or 39.51% from 534); Blue value is 151 (59.38% from 255 or 28.28% from 534); Max value from RGB is 211 - color contains mainly: green. Hex color #ACD397 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD397 is #532C68. Grayscale: #C0C0C0. Windows color (decimal): -5450857 or 9950124. OLE color: 9950124.

HSL color Cylindrical-coordinate representation of color #ACD397: hue angle of 99º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACD397 is Cyan = 0.18, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.17.

Color convert

RGB172211151-
CMYK0.1800.280.17
HSL99º40.54%70.98%-
HSV(B)99º28.44%82.75%-
XYZ45.8957.5937.98-
YUV192.5104.58113.38-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.21%
GREEN value IS 211 (82.81% from 255) = 39.51%
BLUE value IS 151 (59.38% from 255) = 28.28%
R=32.21%
G=39.51%
B=28.28%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1722111510.1800.280.179940.5470.98
HexACD3971201C11632947
Octal254323227220342114351107
Binary101011001101001110010111100100111001000111000111010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD397; }

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

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

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

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

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

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

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

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