Html Css Color HEX #ACFF01 Spring Bud

📋 copy color: '#ACFF01'

red 172 ◦ green 255 ◦ blue 1

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

Shades of Spring Bud #ACFF01

Tints of Spring Bud #ACFF01

RGB

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

 GREEN value IS 255 (100% from 255) = 59.58%

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

R = 40.19%
G = 59.58%
B = 0.23%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 1.00

 K value IS 0

RGB Variations

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

Color information

#ACFF01 (or 0xACFF01) is known color: Spring Bud. HEX triplet: AC, FF and 01. RGB value is (172,255,1). Sum of RGB (Red+Green+Blue) = 172+255+1=428 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.19% from 428); Green value is 255 (100% from 255 or 59.58% from 428); Blue value is 1 (0.78% from 255 or 0.23% from 428); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFF01 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACFF01 is #5300FE. Grayscale: #CACACA. Windows color (decimal): -5439743 or 130988. OLE color: 130988.

HSL color Cylindrical-coordinate representation of color #ACFF01: hue angle of 79.61º 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 #ACFF01 is Cyan = 0.33, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.

Color convert

RGB 172 255 1 -
CMYK 0.33 0 1.00 0
HSL 79.61º 1% 0.5% -
HSV(B) 79.61º 1% 1% -
XYZ 52.78 80.29 12.75 -
YUV 201.23 15 107.15 -
System Red Green Blue C M Y K H S L
Decimal 172 255 1 0.33 0 1.00 0 79.61 1 0.5
Hex AC FF 1 21 0 64 0 50 64 32
Octal 254 377 1 41 0 144 0 120 144 62
Binary 10101100 11111111 1 100001 0 1100100 0 1010000 1100100 110010

Color Harmonies of #ACFF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFF01

Black with #ACFF01

Text Example


Text Example

White with #ACFF01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFF01; }

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

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

background-color css

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

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

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

border-color css

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

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

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