#ADF75F

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

Shades of Conifer #ADF75F

Tints of Conifer #ADF75F

Color information

#ADF75F (or 0xADF75F) is unknown color: approx Conifer. HEX triplet: AD, F7 and 5F. RGB value is (173,247,95). Sum of RGB (Red+Green+Blue) = 173+247+95=515 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.59% from 515); Green value is 247 (96.88% from 255 or 47.96% from 515); Blue value is 95 (37.5% from 255 or 18.45% from 515); Max value from RGB is 247 - color contains mainly: green. Hex color #ADF75F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF75F is #5208A0. Grayscale: #D0D0D0. Windows color (decimal): -5376161 or 6289325. OLE color: 6289325.

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

Color convert

RGB17324795-
CMYK0.3000.620.03
HSL89.21º90.48%67.06%-
HSV(B)89.21º61.54%96.86%-
XYZ52.5676.2322.77-
YUV207.5564.48103.36-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.59%
GREEN value IS 247 (96.88% from 255) = 47.96%
BLUE value IS 95 (37.5% from 255) = 18.45%
R=33.59%
G=47.96%
B=18.45%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal173247950.3000.620.0389.2190.4867.06
HexADF75F1E03E3595a43
Octal255367137360763131132103
Binary1010110111110111101111111110011111011101100110110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF75F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF75F; }

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

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

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

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

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

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

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

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