#ADFE5E

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

Shades of Conifer #ADFE5E

Tints of Conifer #ADFE5E

Color information

#ADFE5E (or 0xADFE5E) is unknown color: approx Conifer. HEX triplet: AD, FE and 5E. RGB value is (173,254,94). Sum of RGB (Red+Green+Blue) = 173+254+94=521 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.21% from 521); Green value is 254 (99.61% from 255 or 48.75% from 521); Blue value is 94 (37.11% from 255 or 18.04% from 521); Max value from RGB is 254 - color contains mainly: green. Hex color #ADFE5E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADFE5E is #5201A1. Grayscale: #D4D4D4. Windows color (decimal): -5374370 or 6225581. OLE color: 6225581.

HSL color Cylindrical-coordinate representation of color #ADFE5E: hue angle of 90.38º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ADFE5E is Cyan = 0.32, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.00.

Color convert

RGB17325494-
CMYK0.3200.630.00
HSL90.38º98.77%68.24%-
HSV(B)90.38º62.99%99.61%-
XYZ54.780.5823.26-
YUV211.5461.66100.51-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.21%
GREEN value IS 254 (99.61% from 255) = 48.75%
BLUE value IS 94 (37.11% from 255) = 18.04%
R=33.21%
G=48.75%
B=18.04%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal173254940.3200.630.0090.3898.7768.24
HexADFE5E2003F05a6344
Octal255376136400770132143104
Binary1010110111111110101111010000001111110101101011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFE5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFE5E; }

 p { color: rgb(173,254,94); }

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

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

 a { background-color: rgb(173,254,94); }

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

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

 span { border-color: rgb(173,254,94); }

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