#ADF45C

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

Shades of Conifer #ADF45C

Tints of Conifer #ADF45C

Color information

#ADF45C (or 0xADF45C) is unknown color: approx Conifer. HEX triplet: AD, F4 and 5C. RGB value is (173,244,92). Sum of RGB (Red+Green+Blue) = 173+244+92=509 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.99% from 509); Green value is 244 (95.70% from 255 or 47.94% from 509); Blue value is 92 (36.33% from 255 or 18.07% from 509); Max value from RGB is 244 - color contains mainly: green. Hex color #ADF45C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF45C is #520BA3. Grayscale: #CDCDCD. Windows color (decimal): -5376932 or 6091949. OLE color: 6091949.

HSL color Cylindrical-coordinate representation of color #ADF45C: hue angle of 88.03º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ADF45C is Cyan = 0.29, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.

Color convert

RGB17324492-
CMYK0.2900.620.04
HSL88.03º87.36%65.88%-
HSV(B)88.03º62.3%95.69%-
XYZ51.5274.3621.76-
YUV205.4463.98104.86-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.99%
GREEN value IS 244 (95.70% from 255) = 47.94%
BLUE value IS 92 (36.33% from 255) = 18.07%
R=33.99%
G=47.94%
B=18.07%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal173244920.2900.620.0488.0387.3665.88
HexADF45C1D03E4585742
Octal255364134350764130127102
Binary10101101111101001011100111010111110100101100010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF45C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF45C; }

 p { color: rgb(173,244,92); }

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

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

 a { background-color: rgb(173,244,92); }

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

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

 span { border-color: rgb(173,244,92); }

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