#ADD393

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

Shades of Feijoa #ADD393

Tints of Feijoa #ADD393

Color information

#ADD393 (or 0xADD393) is unknown color: approx Feijoa. HEX triplet: AD, D3 and 93. RGB value is (173,211,147). Sum of RGB (Red+Green+Blue) = 173+211+147=531 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.58% from 531); Green value is 211 (82.81% from 255 or 39.74% from 531); Blue value is 147 (57.81% from 255 or 27.68% from 531); Max value from RGB is 211 - color contains mainly: green. Hex color #ADD393 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD393 is #522C6C. Grayscale: #C0C0C0. Windows color (decimal): -5385325 or 9687981. OLE color: 9687981.

HSL color Cylindrical-coordinate representation of color #ADD393: hue angle of 95.62º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADD393 is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB173211147-
CMYK0.1800.300.17
HSL95.62º42.11%70.2%-
HSV(B)95.62º30.33%82.75%-
XYZ45.7957.5836.3-
YUV192.34102.41114.2-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.58%
GREEN value IS 211 (82.81% from 255) = 39.74%
BLUE value IS 147 (57.81% from 255) = 27.68%
R=32.58%
G=39.74%
B=27.68%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1732111470.1800.300.1795.6242.1170.2
HexADD3931201E11602a46
Octal255323223220362114052106
Binary101011011101001110010011100100111101000111000001010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD393; }

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

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

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

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

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

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

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

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