#ADD594

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

Shades of Feijoa #ADD594

Tints of Feijoa #ADD594

Color information

#ADD594 (or 0xADD594) is unknown color: approx Feijoa. HEX triplet: AD, D5 and 94. RGB value is (173,213,148). Sum of RGB (Red+Green+Blue) = 173+213+148=534 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.40% from 534); Green value is 213 (83.59% from 255 or 39.89% from 534); Blue value is 148 (58.20% from 255 or 27.72% from 534); Max value from RGB is 213 - color contains mainly: green. Hex color #ADD594 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD594 is #522A6B. Grayscale: #C1C1C1. Windows color (decimal): -5384812 or 9754029. OLE color: 9754029.

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

Color convert

RGB173213148-
CMYK0.1900.310.16
HSL96.92º43.62%70.78%-
HSV(B)96.92º30.52%83.53%-
XYZ46.3758.6136.89-
YUV193.63102.25113.29-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.40%
GREEN value IS 213 (83.59% from 255) = 39.89%
BLUE value IS 148 (58.20% from 255) = 27.72%
R=32.40%
G=39.89%
B=27.72%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1732131480.1900.310.1696.9243.6270.78
HexADD5941301F10612c47
Octal255325224230372014154107
Binary101011011101010110010100100110111111000011000011011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD594; }

 p { color: rgb(173,213,148); }

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

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

 a { background-color: rgb(173,213,148); }

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

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

 span { border-color: rgb(173,213,148); }

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