#ADFE61

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

Shades of Conifer #ADFE61

Tints of Conifer #ADFE61

Color information

#ADFE61 (or 0xADFE61) is unknown color: approx Conifer. HEX triplet: AD, FE and 61. RGB value is (173,254,97). Sum of RGB (Red+Green+Blue) = 173+254+97=524 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.02% from 524); Green value is 254 (99.61% from 255 or 48.47% from 524); Blue value is 97 (38.28% from 255 or 18.51% from 524); Max value from RGB is 254 - color contains mainly: green. Hex color #ADFE61 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADFE61 is #52019E. Grayscale: #D4D4D4. Windows color (decimal): -5374367 or 6422189. OLE color: 6422189.

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

Color convert

RGB17325497-
CMYK0.3200.620.00
HSL90.96º98.74%68.82%-
HSV(B)90.96º61.81%99.61%-
XYZ54.8380.6323.98-
YUV211.8863.16100.27-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.02%
GREEN value IS 254 (99.61% from 255) = 48.47%
BLUE value IS 97 (38.28% from 255) = 18.51%
R=33.02%
G=48.47%
B=18.51%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal173254970.3200.620.0090.9698.7468.82
HexADFE612003E05b6345
Octal255376141400760133143105
Binary1010110111111110110000110000001111100101101111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFE61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFE61; }

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

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

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

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

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

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

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

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