#ADDE93

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

Shades of Feijoa #ADDE93

Tints of Feijoa #ADDE93

Color information

#ADDE93 (or 0xADDE93) is unknown color: approx Feijoa. HEX triplet: AD, DE and 93. RGB value is (173,222,147). Sum of RGB (Red+Green+Blue) = 173+222+147=542 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.92% from 542); Green value is 222 (87.11% from 255 or 40.96% from 542); Blue value is 147 (57.81% from 255 or 27.12% from 542); Max value from RGB is 222 - color contains mainly: green. Hex color #ADDE93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDE93 is #52216C. Grayscale: #C7C7C7. Windows color (decimal): -5382509 or 9690797. OLE color: 9690797.

HSL color Cylindrical-coordinate representation of color #ADDE93: hue angle of 99.2º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ADDE93 is Cyan = 0.22, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB173222147-
CMYK0.2200.340.13
HSL99.2º53.19%72.35%-
HSV(B)99.2º33.78%87.06%-
XYZ48.6263.2337.25-
YUV198.898.77109.6-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.92%
GREEN value IS 222 (87.11% from 255) = 40.96%
BLUE value IS 147 (57.81% from 255) = 27.12%
R=31.92%
G=40.96%
B=27.12%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1732221470.2200.340.1399.253.1972.35
HexADDE9316022D633548
Octal255336223260421514365110
Binary101011011101111010010011101100100010110111000111101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDE93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDE93; }

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

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

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

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

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

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

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

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