#ADF163

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

Shades of Conifer #ADF163

Tints of Conifer #ADF163

Color information

#ADF163 (or 0xADF163) is unknown color: approx Conifer. HEX triplet: AD, F1 and 63. RGB value is (173,241,99). Sum of RGB (Red+Green+Blue) = 173+241+99=513 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.72% from 513); Green value is 241 (94.53% from 255 or 46.98% from 513); Blue value is 99 (39.06% from 255 or 19.30% from 513); Max value from RGB is 241 - color contains mainly: green. Hex color #ADF163 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF163 is #520E9C. Grayscale: #CCCCCC. Windows color (decimal): -5377693 or 6549933. OLE color: 6549933.

HSL color Cylindrical-coordinate representation of color #ADF163: hue angle of 88.73º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ADF163 is Cyan = 0.28, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB17324199-
CMYK0.2800.590.05
HSL88.73º83.53%66.67%-
HSV(B)88.73º58.92%94.51%-
XYZ50.9472.723.15-
YUV204.4868.47105.55-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.72%
GREEN value IS 241 (94.53% from 255) = 46.98%
BLUE value IS 99 (39.06% from 255) = 19.30%
R=33.72%
G=46.98%
B=19.30%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal173241990.2800.590.0588.7383.5366.67
HexADF1631C03B5595443
Octal255361143340735131124103
Binary10101101111100011100011111000111011101101100110101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF163; }

 p { color: rgb(173,241,99); }

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

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

 a { background-color: rgb(173,241,99); }

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

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

 span { border-color: rgb(173,241,99); }

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