#adfc00

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

Shades of Spring Bud #ADFC00

Tints of Spring Bud #ADFC00

Color information

#ADFC00 (or 0xADFC00) is unknown color: approx Spring Bud. HEX triplet: AD, FC and 00. RGB value is (173,252,0). Sum of RGB (Red+Green+Blue) = 173+252+0=425 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.71% from 425); Green value is 252 (98.83% from 255 or 59.29% from 425); Blue value is 0 (0.39% from 255 or 0% from 425); Max value from RGB is 252 - color contains mainly: green. Hex color #ADFC00 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADFC00 is #5203FF. Grayscale: #C8C8C8. Windows color (decimal): -5374976 or 64685. OLE color: 64685.

HSL color Cylindrical-coordinate representation of color #ADFC00: hue angle of 78.81º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ADFC00 is Cyan = 0.31, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.01.

Color convert

RGB1732520-
CMYK0.31010.01
HSL78.81º100%49.41%-
HSV(B)78.81º100%98.82%-
XYZ52.0478.5112.41-
YUV199.6515.33108.99-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.71%
GREEN value IS 252 (98.83% from 255) = 59.29%
BLUE value IS 0 (0.39% from 255) = 0%
R=40.71%
G=59.29%
B=0%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal17325200.31010.0178.8110049.41
HexADFC01F06414f6431
Octal2553740370144111714461
Binary101011011111110001111101100100110011111100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #adfc00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #adfc00; }

 p { color: rgb(173,252,0); }

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

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

 a { background-color: rgb(173,252,0); }

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

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

 span { border-color: rgb(173,252,0); }

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