#ADFE0F

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

Shades of Spring Bud #ADFE0F

Tints of Spring Bud #ADFE0F

Color information

#ADFE0F (or 0xADFE0F) is unknown color: approx Spring Bud. HEX triplet: AD, FE and 0F. RGB value is (173,254,15). Sum of RGB (Red+Green+Blue) = 173+254+15=442 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.14% from 442); Green value is 254 (99.61% from 255 or 57.47% from 442); Blue value is 15 (6.25% from 255 or 3.39% from 442); Max value from RGB is 254 - color contains mainly: green. Hex color #ADFE0F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADFE0F is #5201F0. Grayscale: #CBCBCB. Windows color (decimal): -5374449 or 1048237. OLE color: 1048237.

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

Color convert

RGB17325415-
CMYK0.3200.940.00
HSL80.33º99.17%52.75%-
HSV(B)80.33º94.09%99.61%-
XYZ52.7679.813.07-
YUV202.5422.16106.93-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.14%
GREEN value IS 254 (99.61% from 255) = 57.47%
BLUE value IS 15 (6.25% from 255) = 3.39%
R=39.14%
G=57.47%
B=3.39%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal173254150.3200.940.0080.3399.1752.75
HexADFEF2005E0506335
Octal25537617400136012014365
Binary1010110111111110111110000001011110010100001100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFE0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFE0F; }

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

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

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

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

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

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

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

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