#ADF16B

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

Shades of Conifer #ADF16B

Tints of Conifer #ADF16B

Color information

#ADF16B (or 0xADF16B) is unknown color: approx Conifer. HEX triplet: AD, F1 and 6B. RGB value is (173,241,107). Sum of RGB (Red+Green+Blue) = 173+241+107=521 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.21% from 521); Green value is 241 (94.53% from 255 or 46.26% from 521); Blue value is 107 (42.19% from 255 or 20.54% from 521); Max value from RGB is 241 - color contains mainly: green. Hex color #ADF16B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF16B is #520E94. Grayscale: #CDCDCD. Windows color (decimal): -5377685 or 7074221. OLE color: 7074221.

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

Color convert

RGB173241107-
CMYK0.2800.560.05
HSL90.45º82.72%68.24%-
HSV(B)90.45º55.6%94.51%-
XYZ51.3472.8625.27-
YUV205.3972.47104.9-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.21%
GREEN value IS 241 (94.53% from 255) = 46.26%
BLUE value IS 107 (42.19% from 255) = 20.54%
R=33.21%
G=46.26%
B=20.54%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1732411070.2800.560.0590.4582.7268.24
HexADF16B1C03855a5344
Octal255361153340705132123104
Binary10101101111100011101011111000111000101101101010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF16B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF16B; }

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

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

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

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

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

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

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

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