#ADF460

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

Shades of Conifer #ADF460

Tints of Conifer #ADF460

Color information

#ADF460 (or 0xADF460) is unknown color: approx Conifer. HEX triplet: AD, F4 and 60. RGB value is (173,244,96). Sum of RGB (Red+Green+Blue) = 173+244+96=513 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.72% from 513); Green value is 244 (95.70% from 255 or 47.56% from 513); Blue value is 96 (37.89% from 255 or 18.71% from 513); Max value from RGB is 244 - color contains mainly: green. Hex color #ADF460 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF460 is #520B9F. Grayscale: #CECECE. Windows color (decimal): -5376928 or 6354093. OLE color: 6354093.

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

Color convert

RGB17324496-
CMYK0.2900.610.04
HSL88.78º87.06%66.67%-
HSV(B)88.78º60.66%95.69%-
XYZ51.774.4322.71-
YUV205.965.98104.53-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.72%
GREEN value IS 244 (95.70% from 255) = 47.56%
BLUE value IS 96 (37.89% from 255) = 18.71%
R=33.72%
G=47.56%
B=18.71%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal173244960.2900.610.0488.7887.0666.67
HexADF4601D03D4595743
Octal255364140350754131127103
Binary10101101111101001100000111010111101100101100110101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF460; }

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

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

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

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

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

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

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

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