#ACFE00

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

Shades of Spring Bud #ACFE00

Tints of Spring Bud #ACFE00

Color information

#ACFE00 (or 0xACFE00) is unknown color: approx Spring Bud. HEX triplet: AC, FE and 00. RGB value is (172,254,0). Sum of RGB (Red+Green+Blue) = 172+254+0=426 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.38% from 426); Green value is 254 (99.61% from 255 or 59.62% from 426); Blue value is 0 (0.39% from 255 or 0% from 426); Max value from RGB is 254 - color contains mainly: green. Hex color #ACFE00 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACFE00 is #5301FF. Grayscale: #C9C9C9. Windows color (decimal): -5440000 or 65196. OLE color: 65196.

HSL color Cylindrical-coordinate representation of color #ACFE00: hue angle of 79.37º 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 #ACFE00 is Cyan = 0.32, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.00.

Color convert

RGB1722540-
CMYK0.32010.00
HSL79.37º100%49.8%-
HSV(B)79.37º100%99.61%-
XYZ52.4679.6512.61-
YUV200.5314.83107.65-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.38%
GREEN value IS 254 (99.61% from 255) = 59.62%
BLUE value IS 0 (0.39% from 255) = 0%
R=40.38%
G=59.62%
B=0%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal17225400.32010.0079.3710049.8
HexACFE02006404f6432
Octal2543760400144011714462
Binary1010110011111110010000001100100010011111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFE00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFE00; }

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

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

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

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

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

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

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

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