#ADDE83

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

Shades of Feijoa #ADDE83

Tints of Feijoa #ADDE83

Color information

#ADDE83 (or 0xADDE83) is unknown color: approx Feijoa. HEX triplet: AD, DE and 83. RGB value is (173,222,131). Sum of RGB (Red+Green+Blue) = 173+222+131=526 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.89% from 526); Green value is 222 (87.11% from 255 or 42.21% from 526); Blue value is 131 (51.56% from 255 or 24.90% from 526); Max value from RGB is 222 - color contains mainly: green. Hex color #ADDE83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDE83 is #52217C. Grayscale: #C5C5C5. Windows color (decimal): -5382525 or 8642221. OLE color: 8642221.

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

Color convert

RGB173222131-
CMYK0.2200.410.13
HSL92.31º57.96%69.22%-
HSV(B)92.31º40.99%87.06%-
XYZ47.4562.7731.09-
YUV196.9890.77110.9-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.89%
GREEN value IS 222 (87.11% from 255) = 42.21%
BLUE value IS 131 (51.56% from 255) = 24.90%
R=32.89%
G=42.21%
B=24.90%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1732221310.2200.410.1392.3157.9669.22
HexADDE8316029D5c3a45
Octal255336203260511513472105
Binary101011011101111010000011101100101001110110111001110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDE83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDE83; }

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

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

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

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

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

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

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

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