#ADFA5F

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

Shades of Conifer #ADFA5F

Tints of Conifer #ADFA5F

Color information

#ADFA5F (or 0xADFA5F) is unknown color: approx Conifer. HEX triplet: AD, FA and 5F. RGB value is (173,250,95). Sum of RGB (Red+Green+Blue) = 173+250+95=518 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.40% from 518); Green value is 250 (98.05% from 255 or 48.26% from 518); Blue value is 95 (37.5% from 255 or 18.34% from 518); Max value from RGB is 250 - color contains mainly: green. Hex color #ADFA5F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADFA5F is #5205A0. Grayscale: #D1D1D1. Windows color (decimal): -5375393 or 6290093. OLE color: 6290093.

HSL color Cylindrical-coordinate representation of color #ADFA5F: hue angle of 89.81º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ADFA5F is Cyan = 0.31, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.

Color convert

RGB17325095-
CMYK0.3100.620.02
HSL89.81º93.94%67.65%-
HSV(B)89.81º62%98.04%-
XYZ53.4878.0823.08-
YUV209.3163.49102.1-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.40%
GREEN value IS 250 (98.05% from 255) = 48.26%
BLUE value IS 95 (37.5% from 255) = 18.34%
R=33.40%
G=48.26%
B=18.34%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal173250950.3100.620.0289.8193.9467.65
HexADFA5F1F03E25a5e44
Octal255372137370762132136104
Binary1010110111111010101111111111011111010101101010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFA5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFA5F; }

 p { color: rgb(173,250,95); }

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

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

 a { background-color: rgb(173,250,95); }

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

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

 span { border-color: rgb(173,250,95); }

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