#ACD590

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

Shades of Feijoa #ACD590

Tints of Feijoa #ACD590

Color information

#ACD590 (or 0xACD590) is unknown color: approx Feijoa. HEX triplet: AC, D5 and 90. RGB value is (172,213,144). Sum of RGB (Red+Green+Blue) = 172+213+144=529 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.51% from 529); Green value is 213 (83.59% from 255 or 40.26% from 529); Blue value is 144 (56.64% from 255 or 27.22% from 529); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD590 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD590 is #532A6F. Grayscale: #C1C1C1. Windows color (decimal): -5450352 or 9491884. OLE color: 9491884.

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

Color convert

RGB172213144-
CMYK0.1900.320.16
HSL95.65º45.1%70%-
HSV(B)95.65º32.39%83.53%-
XYZ45.8458.3735.24-
YUV192.88100.42113.11-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.51%
GREEN value IS 213 (83.59% from 255) = 40.26%
BLUE value IS 144 (56.64% from 255) = 27.22%
R=32.51%
G=40.26%
B=27.22%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1722131440.1900.320.1695.6545.170
HexACD5901302010602d46
Octal254325220230402014055106
Binary1010110011010101100100001001101000001000011000001011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD590; }

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

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

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

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

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

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

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

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