#ADF45A

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

Shades of Conifer #ADF45A

Tints of Conifer #ADF45A

Color information

#ADF45A (or 0xADF45A) is unknown color: approx Conifer. HEX triplet: AD, F4 and 5A. RGB value is (173,244,90). Sum of RGB (Red+Green+Blue) = 173+244+90=507 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.12% from 507); Green value is 244 (95.70% from 255 or 48.13% from 507); Blue value is 90 (35.55% from 255 or 17.75% from 507); Max value from RGB is 244 - color contains mainly: green. Hex color #ADF45A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF45A is #520BA5. Grayscale: #CDCDCD. Windows color (decimal): -5376934 or 5960877. OLE color: 5960877.

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

Color convert

RGB17324490-
CMYK0.2900.630.04
HSL87.66º87.5%65.49%-
HSV(B)87.66º63.11%95.69%-
XYZ51.4374.3221.31-
YUV205.2162.98105.02-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.12%
GREEN value IS 244 (95.70% from 255) = 48.13%
BLUE value IS 90 (35.55% from 255) = 17.75%
R=34.12%
G=48.13%
B=17.75%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal173244900.2900.630.0487.6687.565.49
HexADF45A1D03F4585841
Octal255364132350774130130101
Binary10101101111101001011010111010111111100101100010110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF45A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF45A; }

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

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

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

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

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

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

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

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