#ADE985

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

Shades of Feijoa #ADE985

Tints of Feijoa #ADE985

Color information

#ADE985 (or 0xADE985) is unknown color: approx Feijoa. HEX triplet: AD, E9 and 85. RGB value is (173,233,133). Sum of RGB (Red+Green+Blue) = 173+233+133=539 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.10% from 539); Green value is 233 (91.41% from 255 or 43.23% from 539); Blue value is 133 (52.34% from 255 or 24.68% from 539); Max value from RGB is 233 - color contains mainly: green. Hex color #ADE985 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADE985 is #52167A. Grayscale: #CCCCCC. Windows color (decimal): -5379707 or 8776109. OLE color: 8776109.

HSL color Cylindrical-coordinate representation of color #ADE985: hue angle of 96º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ADE985 is Cyan = 0.26, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.09.

Color convert

RGB173233133-
CMYK0.2600.430.09
HSL96º69.44%71.76%-
HSV(B)96º42.92%91.37%-
XYZ50.6168.8632.81-
YUV203.6688.12106.13-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.10%
GREEN value IS 233 (91.41% from 255) = 43.23%
BLUE value IS 133 (52.34% from 255) = 24.68%
R=32.10%
G=43.23%
B=24.68%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1732331330.2600.430.099669.4471.76
HexADE9851A02B9604548
Octal2553512053205311140105110
Binary1010110111101001100001011101001010111001110000010001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADE985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADE985; }

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

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

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

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

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

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

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

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