#ADEE85

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

Shades of Feijoa #ADEE85

Tints of Feijoa #ADEE85

Color information

#ADEE85 (or 0xADEE85) is unknown color: approx Feijoa. HEX triplet: AD, EE and 85. RGB value is (173,238,133). Sum of RGB (Red+Green+Blue) = 173+238+133=544 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.80% from 544); Green value is 238 (93.36% from 255 or 43.75% from 544); Blue value is 133 (52.34% from 255 or 24.45% from 544); Max value from RGB is 238 - color contains mainly: green. Hex color #ADEE85 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADEE85 is #52117A. Grayscale: #CECECE. Windows color (decimal): -5378427 or 8777389. OLE color: 8777389.

HSL color Cylindrical-coordinate representation of color #ADEE85: hue angle of 97.14º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ADEE85 is Cyan = 0.27, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB173238133-
CMYK0.2700.440.07
HSL97.14º75.54%72.75%-
HSV(B)97.14º44.12%93.33%-
XYZ52.0471.7333.29-
YUV206.686.47104.04-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.80%
GREEN value IS 238 (93.36% from 255) = 43.75%
BLUE value IS 133 (52.34% from 255) = 24.45%
R=31.80%
G=43.75%
B=24.45%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1732381330.2700.440.0797.1475.5472.75
HexADEE851B02C7614c49
Octal255356205330547141114111
Binary101011011110111010000101110110101100111110000110011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADEE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADEE85; }

 p { color: rgb(173,238,133); }

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

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

 a { background-color: rgb(173,238,133); }

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

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

 span { border-color: rgb(173,238,133); }

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