#ADFF5E

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

Shades of Conifer #ADFF5E

Tints of Conifer #ADFF5E

Color information

#ADFF5E (or 0xADFF5E) is unknown color: approx Conifer. HEX triplet: AD, FF and 5E. RGB value is (173,255,94). Sum of RGB (Red+Green+Blue) = 173+255+94=522 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.14% from 522); Green value is 255 (100% from 255 or 48.85% from 522); Blue value is 94 (37.11% from 255 or 18.01% from 522); Max value from RGB is 255 - color contains mainly: green. Hex color #ADFF5E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADFF5E is #5200A1. Grayscale: #D4D4D4. Windows color (decimal): -5374114 or 6225837. OLE color: 6225837.

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

Color convert

RGB17325594-
CMYK0.3200.630
HSL90.56º100%68.43%-
HSV(B)90.56º63.14%100%-
XYZ55.0181.2123.37-
YUV212.1361.33100.09-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.14%
GREEN value IS 255 (100% from 255) = 48.85%
BLUE value IS 94 (37.11% from 255) = 18.01%
R=33.14%
G=48.85%
B=18.01%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal173255940.3200.63090.5610068.43
HexADFF5E2003F05b6444
Octal255377136400770133144104
Binary1010110111111111101111010000001111110101101111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFF5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFF5E; }

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

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

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

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

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

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

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

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