#ADDF81

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

Shades of Feijoa #ADDF81

Tints of Feijoa #ADDF81

Color information

#ADDF81 (or 0xADDF81) is unknown color: approx Feijoa. HEX triplet: AD, DF and 81. RGB value is (173,223,129). Sum of RGB (Red+Green+Blue) = 173+223+129=525 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.95% from 525); Green value is 223 (87.5% from 255 or 42.48% from 525); Blue value is 129 (50.78% from 255 or 24.57% from 525); Max value from RGB is 223 - color contains mainly: green. Hex color #ADDF81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDF81 is #52207E. Grayscale: #C5C5C5. Windows color (decimal): -5382271 or 8511405. OLE color: 8511405.

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

Color convert

RGB173223129-
CMYK0.2200.420.13
HSL91.91º59.49%69.02%-
HSV(B)91.91º42.15%87.45%-
XYZ47.5863.2430.47-
YUV197.3389.44110.64-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.95%
GREEN value IS 223 (87.5% from 255) = 42.48%
BLUE value IS 129 (50.78% from 255) = 24.57%
R=32.95%
G=42.48%
B=24.57%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1732231290.2200.420.1391.9159.4969.02
HexADDF811602AD5c3b45
Octal255337201260521513473105
Binary101011011101111110000001101100101010110110111001110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDF81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDF81; }

 p { color: rgb(173,223,129); }

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

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

 a { background-color: rgb(173,223,129); }

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

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

 span { border-color: rgb(173,223,129); }

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