Html Css Color HEX #ACFE01 Spring Bud

📋 copy color: '#ACFE01'

red 172 ◦ green 254 ◦ blue 1

#ACFE01
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spring Bud #ACFE01

Tints of Spring Bud #ACFE01

RGB

 RED value IS 172 (67.58% from 255) = 40.28%

 GREEN value IS 254 (99.61% from 255) = 59.48%

 BLUE value IS 1 (0.78% from 255) = 0.23%

R = 40.28%
G = 59.48%
B = 0.23%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 1.00

 K value IS 0.00

RGB Variations

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

Color information

#ACFE01 (or 0xACFE01) is known color: Spring Bud. HEX triplet: AC, FE and 01. RGB value is (172,254,1). Sum of RGB (Red+Green+Blue) = 172+254+1=427 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.28% from 427); Green value is 254 (99.61% from 255 or 59.48% from 427); Blue value is 1 (0.78% from 255 or 0.23% from 427); Max value from RGB is 254 - color contains mainly: green. Hex color #ACFE01 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACFE01 is #5301FE. Grayscale: #C9C9C9. Windows color (decimal): -5439999 or 130732. OLE color: 130732.

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

Color convert

RGB 172 254 1 -
CMYK 0.32 0 1.00 0.00
HSL 79.45º 0.99% 0.5% -
HSV(B) 79.45º 1% 1% -
XYZ 52.46 79.66 12.64 -
YUV 200.64 15.33 107.57 -
System Red Green Blue C M Y K H S L
Decimal 172 254 1 0.32 0 1.00 0.00 79.45 0.99 0.5
Hex AC FE 1 20 0 64 0 4F 63 32
Octal 254 376 1 40 0 144 0 117 143 62
Binary 10101100 11111110 1 100000 0 1100100 0 1001111 1100011 110010

Color Harmonies of #ACFE01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFE01

Black with #ACFE01

Text Example


Text Example

White with #ACFE01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFE01; }

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

 H1.HeaderClassName
 {
   color: #ACFE01;
 }
 .AnyTagClassName
 {
   color: #ACFE01;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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