#ADDC93

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

Shades of Feijoa #ADDC93

Tints of Feijoa #ADDC93

Color information

#ADDC93 (or 0xADDC93) is unknown color: approx Feijoa. HEX triplet: AD, DC and 93. RGB value is (173,220,147). Sum of RGB (Red+Green+Blue) = 173+220+147=540 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.04% from 540); Green value is 220 (86.33% from 255 or 40.74% from 540); Blue value is 147 (57.81% from 255 or 27.22% from 540); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDC93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDC93 is #52236C. Grayscale: #C5C5C5. Windows color (decimal): -5383021 or 9690285. OLE color: 9690285.

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

Color convert

RGB173220147-
CMYK0.2100.330.14
HSL98.63º51.05%71.96%-
HSV(B)98.63º33.18%86.27%-
XYZ48.0962.1837.07-
YUV197.6299.43110.44-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.04%
GREEN value IS 220 (86.33% from 255) = 40.74%
BLUE value IS 147 (57.81% from 255) = 27.22%
R=32.04%
G=40.74%
B=27.22%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1732201470.2100.330.1498.6351.0571.96
HexADDC9315021E633348
Octal255334223250411614363110
Binary101011011101110010010011101010100001111011000111100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDC93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDC93; }

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

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

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

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

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

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

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

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