#ADD385

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

Shades of Feijoa #ADD385

Tints of Feijoa #ADD385

Color information

#ADD385 (or 0xADD385) is unknown color: approx Feijoa. HEX triplet: AD, D3 and 85. RGB value is (173,211,133). Sum of RGB (Red+Green+Blue) = 173+211+133=517 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.46% from 517); Green value is 211 (82.81% from 255 or 40.81% from 517); Blue value is 133 (52.34% from 255 or 25.73% from 517); Max value from RGB is 211 - color contains mainly: green. Hex color #ADD385 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD385 is #522C7A. Grayscale: #BFBFBF. Windows color (decimal): -5385339 or 8770477. OLE color: 8770477.

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

Color convert

RGB173211133-
CMYK0.1800.370.17
HSL89.23º46.99%67.45%-
HSV(B)89.23º36.97%82.75%-
XYZ44.7657.1730.87-
YUV190.7595.41115.34-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.46%
GREEN value IS 211 (82.81% from 255) = 40.81%
BLUE value IS 133 (52.34% from 255) = 25.73%
R=33.46%
G=40.81%
B=25.73%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1732111330.1800.370.1789.2346.9967.45
HexADD3851202511592f43
Octal255323205220452113157103
Binary1010110111010011100001011001001001011000110110011011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD385; }

 p { color: rgb(173,211,133); }

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

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

 a { background-color: rgb(173,211,133); }

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

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

 span { border-color: rgb(173,211,133); }

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