#ADF485

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

Shades of Feijoa #ADF485

Tints of Feijoa #ADF485

Color information

#ADF485 (or 0xADF485) is unknown color: approx Feijoa. HEX triplet: AD, F4 and 85. RGB value is (173,244,133). Sum of RGB (Red+Green+Blue) = 173+244+133=550 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.45% from 550); Green value is 244 (95.70% from 255 or 44.36% from 550); Blue value is 133 (52.34% from 255 or 24.18% from 550); Max value from RGB is 244 - color contains mainly: green. Hex color #ADF485 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADF485 is #520B7A. Grayscale: #D2D2D2. Windows color (decimal): -5376891 or 8778925. OLE color: 8778925.

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

Color convert

RGB173244133-
CMYK0.2900.450.04
HSL98.38º83.46%73.92%-
HSV(B)98.38º45.49%95.69%-
XYZ53.8275.2833.88-
YUV210.1284.48101.53-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.45%
GREEN value IS 244 (95.70% from 255) = 44.36%
BLUE value IS 133 (52.34% from 255) = 24.18%
R=31.45%
G=44.36%
B=24.18%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1732441330.2900.450.0498.3883.4673.92
HexADF4851D02D462534a
Octal255364205350554142123112
Binary101011011111010010000101111010101101100110001010100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF485; }

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

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

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

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

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

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

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

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