#ADF582

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

Shades of Feijoa #ADF582

Tints of Feijoa #ADF582

Color information

#ADF582 (or 0xADF582) is unknown color: approx Feijoa. HEX triplet: AD, F5 and 82. RGB value is (173,245,130). Sum of RGB (Red+Green+Blue) = 173+245+130=548 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.57% from 548); Green value is 245 (96.09% from 255 or 44.71% from 548); Blue value is 130 (51.17% from 255 or 23.72% from 548); Max value from RGB is 245 - color contains mainly: green. Hex color #ADF582 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADF582 is #520A7D. Grayscale: #D2D2D2. Windows color (decimal): -5376638 or 8582573. OLE color: 8582573.

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

Color convert

RGB173245130-
CMYK0.2900.470.04
HSL97.57º85.19%73.53%-
HSV(B)97.57º46.94%96.08%-
XYZ53.9275.832.91-
YUV210.3682.65101.35-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.57%
GREEN value IS 245 (96.09% from 255) = 44.71%
BLUE value IS 130 (51.17% from 255) = 23.72%
R=31.57%
G=44.71%
B=23.72%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1732451300.2900.470.0497.5785.1973.53
HexADF5821D02F462554a
Octal255365202350574142125112
Binary101011011111010110000010111010101111100110001010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF582; }

 p { color: rgb(173,245,130); }

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

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

 a { background-color: rgb(173,245,130); }

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

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

 span { border-color: rgb(173,245,130); }

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