#ADD58F

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

Shades of Feijoa #ADD58F

Tints of Feijoa #ADD58F

Color information

#ADD58F (or 0xADD58F) is unknown color: approx Feijoa. HEX triplet: AD, D5 and 8F. RGB value is (173,213,143). Sum of RGB (Red+Green+Blue) = 173+213+143=529 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.70% from 529); Green value is 213 (83.59% from 255 or 40.26% from 529); Blue value is 143 (56.25% from 255 or 27.03% from 529); Max value from RGB is 213 - color contains mainly: green. Hex color #ADD58F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD58F is #522A70. Grayscale: #C1C1C1. Windows color (decimal): -5384817 or 9426349. OLE color: 9426349.

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

Color convert

RGB173213143-
CMYK0.1900.330.16
HSL94.29º45.45%69.8%-
HSV(B)94.29º32.86%83.53%-
XYZ45.9958.4634.85-
YUV193.0699.75113.69-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.70%
GREEN value IS 213 (83.59% from 255) = 40.26%
BLUE value IS 143 (56.25% from 255) = 27.03%
R=32.70%
G=40.26%
B=27.03%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1732131430.1900.330.1694.2945.4569.8
HexADD58F13021105e2d46
Octal255325217230412013655106
Binary1010110111010101100011111001101000011000010111101011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD58F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD58F; }

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

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

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

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

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

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

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

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