#ADD090

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

Shades of Feijoa #ADD090

Tints of Feijoa #ADD090

Color information

#ADD090 (or 0xADD090) is unknown color: approx Feijoa. HEX triplet: AD, D0 and 90. RGB value is (173,208,144). Sum of RGB (Red+Green+Blue) = 173+208+144=525 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.95% from 525); Green value is 208 (81.64% from 255 or 39.62% from 525); Blue value is 144 (56.64% from 255 or 27.43% from 525); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD090 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD090 is #522F6F. Grayscale: #BEBEBE. Windows color (decimal): -5386096 or 9490605. OLE color: 9490605.

HSL color Cylindrical-coordinate representation of color #ADD090: hue angle of 92.81º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADD090 is Cyan = 0.17, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB173208144-
CMYK0.1700.310.18
HSL92.81º40.51%69.02%-
HSV(B)92.81º30.77%81.57%-
XYZ44.8256.0134.83-
YUV190.24101.9115.7-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.95%
GREEN value IS 208 (81.64% from 255) = 39.62%
BLUE value IS 144 (56.64% from 255) = 27.43%
R=32.95%
G=39.62%
B=27.43%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1732081440.1700.310.1892.8140.5169.02
HexADD0901101F125d2945
Octal255320220210372213551105
Binary101011011101000010010000100010111111001010111011010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD090; }

 p { color: rgb(173,208,144); }

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

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

 a { background-color: rgb(173,208,144); }

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

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

 span { border-color: rgb(173,208,144); }

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