#ACD570

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

Shades of Feijoa #ACD570

Tints of Feijoa #ACD570

Color information

#ACD570 (or 0xACD570) is unknown color: approx Feijoa. HEX triplet: AC, D5 and 70. RGB value is (172,213,112). Sum of RGB (Red+Green+Blue) = 172+213+112=497 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.61% from 497); Green value is 213 (83.59% from 255 or 42.86% from 497); Blue value is 112 (44.14% from 255 or 22.54% from 497); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD570 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD570 is #532A8F. Grayscale: #BDBDBD. Windows color (decimal): -5450384 or 7394732. OLE color: 7394732.

HSL color Cylindrical-coordinate representation of color #ACD570: hue angle of 84.36º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ACD570 is Cyan = 0.19, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB172213112-
CMYK0.1900.470.16
HSL84.36º54.59%63.73%-
HSV(B)84.36º47.42%83.53%-
XYZ43.7357.5324.13-
YUV189.2384.42115.71-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.61%
GREEN value IS 213 (83.59% from 255) = 42.86%
BLUE value IS 112 (44.14% from 255) = 22.54%
R=34.61%
G=42.86%
B=22.54%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1722131120.1900.470.1684.3654.5963.73
HexACD5701302F10543740
Octal254325160230572012467100
Binary101011001101010111100001001101011111000010101001101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD570; }

 p { color: rgb(172,213,112); }

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

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

 a { background-color: rgb(172,213,112); }

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

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

 span { border-color: rgb(172,213,112); }

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