#ADF561

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

Shades of Conifer #ADF561

Tints of Conifer #ADF561

Color information

#ADF561 (or 0xADF561) is unknown color: approx Conifer. HEX triplet: AD, F5 and 61. RGB value is (173,245,97). Sum of RGB (Red+Green+Blue) = 173+245+97=515 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.59% from 515); Green value is 245 (96.09% from 255 or 47.57% from 515); Blue value is 97 (38.28% from 255 or 18.83% from 515); Max value from RGB is 245 - color contains mainly: green. Hex color #ADF561 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF561 is #520A9E. Grayscale: #CFCFCF. Windows color (decimal): -5376671 or 6419885. OLE color: 6419885.

HSL color Cylindrical-coordinate representation of color #ADF561: hue angle of 89.19º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ADF561 is Cyan = 0.29, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.04.

Color convert

RGB17324597-
CMYK0.2900.600.04
HSL89.19º88.1%67.06%-
HSV(B)89.19º60.41%96.08%-
XYZ52.0475.0523.05-
YUV206.666.15104.03-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.59%
GREEN value IS 245 (96.09% from 255) = 47.57%
BLUE value IS 97 (38.28% from 255) = 18.83%
R=33.59%
G=47.57%
B=18.83%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal173245970.2900.600.0489.1988.167.06
HexADF5611D03C4595843
Octal255365141350744131130103
Binary10101101111101011100001111010111100100101100110110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF561; }

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

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

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

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

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

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

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

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