#ADDC90

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

Shades of Feijoa #ADDC90

Tints of Feijoa #ADDC90

Color information

#ADDC90 (or 0xADDC90) is unknown color: approx Feijoa. HEX triplet: AD, DC and 90. RGB value is (173,220,144). Sum of RGB (Red+Green+Blue) = 173+220+144=537 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.22% from 537); Green value is 220 (86.33% from 255 or 40.97% from 537); Blue value is 144 (56.64% from 255 or 26.82% from 537); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDC90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDC90 is #52236F. Grayscale: #C5C5C5. Windows color (decimal): -5383024 or 9493677. OLE color: 9493677.

HSL color Cylindrical-coordinate representation of color #ADDC90: hue angle of 97.11º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ADDC90 is Cyan = 0.21, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB173220144-
CMYK0.2100.350.14
HSL97.11º52.05%71.37%-
HSV(B)97.11º34.55%86.27%-
XYZ47.8662.0835.85-
YUV197.2897.93110.68-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.22%
GREEN value IS 220 (86.33% from 255) = 40.97%
BLUE value IS 144 (56.64% from 255) = 26.82%
R=32.22%
G=40.97%
B=26.82%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1732201440.2100.350.1497.1152.0571.37
HexADDC9015023E613447
Octal255334220250431614164107
Binary101011011101110010010000101010100011111011000011101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDC90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDC90; }

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

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

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

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

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

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

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

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