#ADF760

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

Shades of Conifer #ADF760

Tints of Conifer #ADF760

Color information

#ADF760 (or 0xADF760) is unknown color: approx Conifer. HEX triplet: AD, F7 and 60. RGB value is (173,247,96). Sum of RGB (Red+Green+Blue) = 173+247+96=516 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.53% from 516); Green value is 247 (96.88% from 255 or 47.87% from 516); Blue value is 96 (37.89% from 255 or 18.60% from 516); Max value from RGB is 247 - color contains mainly: green. Hex color #ADF760 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF760 is #52089F. Grayscale: #D0D0D0. Windows color (decimal): -5376160 or 6354861. OLE color: 6354861.

HSL color Cylindrical-coordinate representation of color #ADF760: hue angle of 89.4º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ADF760 is Cyan = 0.30, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.03.

Color convert

RGB17324796-
CMYK0.3000.610.03
HSL89.4º90.42%67.25%-
HSV(B)89.4º61.13%96.86%-
XYZ52.6176.2523.01-
YUV207.6664.98103.28-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.53%
GREEN value IS 247 (96.88% from 255) = 47.87%
BLUE value IS 96 (37.89% from 255) = 18.60%
R=33.53%
G=47.87%
B=18.60%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal173247960.3000.610.0389.490.4267.25
HexADF7601E03D3595a43
Octal255367140360753131132103
Binary1010110111110111110000011110011110111101100110110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF760; }

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

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

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

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

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

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

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

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