#ADF285

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

Shades of Feijoa #ADF285

Tints of Feijoa #ADF285

Color information

#ADF285 (or 0xADF285) is unknown color: approx Feijoa. HEX triplet: AD, F2 and 85. RGB value is (173,242,133). Sum of RGB (Red+Green+Blue) = 173+242+133=548 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.57% from 548); Green value is 242 (94.92% from 255 or 44.16% from 548); Blue value is 133 (52.34% from 255 or 24.27% from 548); Max value from RGB is 242 - color contains mainly: green. Hex color #ADF285 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADF285 is #520D7A. Grayscale: #D1D1D1. Windows color (decimal): -5377403 or 8778413. OLE color: 8778413.

HSL color Cylindrical-coordinate representation of color #ADF285: hue angle of 97.98º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ADF285 is Cyan = 0.29, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB173242133-
CMYK0.2900.450.05
HSL97.98º80.74%73.53%-
HSV(B)97.98º45.04%94.9%-
XYZ53.2274.0833.68-
YUV208.9485.14102.36-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.57%
GREEN value IS 242 (94.92% from 255) = 44.16%
BLUE value IS 133 (52.34% from 255) = 24.27%
R=31.57%
G=44.16%
B=24.27%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1732421330.2900.450.0597.9880.7473.53
HexADF2851D02D562514a
Octal255362205350555142121112
Binary101011011111001010000101111010101101101110001010100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF285; }

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

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

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

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

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

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

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

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