#ACFF00

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

Shades of Spring Bud #ACFF00

Tints of Spring Bud #ACFF00

Color information

#ACFF00 (or 0xACFF00) is unknown color: approx Spring Bud. HEX triplet: AC, FF and 00. RGB value is (172,255,0). Sum of RGB (Red+Green+Blue) = 172+255+0=427 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.28% from 427); Green value is 255 (100% from 255 or 59.72% from 427); Blue value is 0 (0.39% from 255 or 0% from 427); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFF00 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACFF00 is #5300FF. Grayscale: #CACACA. Windows color (decimal): -5439744 or 65452. OLE color: 65452.

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

Color convert

RGB1722550-
CMYK0.33010
HSL79.53º100%50%-
HSV(B)79.53º100%100%-
XYZ52.7780.2912.72-
YUV201.1114.5107.23-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.28%
GREEN value IS 255 (100% from 255) = 59.72%
BLUE value IS 0 (0.39% from 255) = 0%
R=40.28%
G=59.72%
B=0%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal17225500.3301079.5310050
HexACFF0210640506432
Octal2543770410144012014462
Binary1010110011111111010000101100100010100001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFF00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFF00; }

 p { color: rgb(172,255,0); }

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

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

 a { background-color: rgb(172,255,0); }

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

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

 span { border-color: rgb(172,255,0); }

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