Html Css Color HEX #ACFD01 Spring Bud

📋 copy color: '#ACFD01'

red 172 ◦ green 253 ◦ blue 1

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

Shades of Spring Bud #ACFD01

Tints of Spring Bud #ACFD01

RGB

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

 GREEN value IS 253 (99.22% from 255) = 59.39%

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

R = 40.38%
G = 59.39%
B = 0.23%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#ACFD01 (or 0xACFD01) is known color: Spring Bud. HEX triplet: AC, FD and 01. RGB value is (172,253,1). Sum of RGB (Red+Green+Blue) = 172+253+1=426 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.38% from 426); Green value is 253 (99.22% from 255 or 59.39% from 426); Blue value is 1 (0.78% from 255 or 0.23% from 426); Max value from RGB is 253 - color contains mainly: green. Hex color #ACFD01 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACFD01 is #5302FE. Grayscale: #C8C8C8. Windows color (decimal): -5440255 or 130476. OLE color: 130476.

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

Color convert

RGB 172 253 1 -
CMYK 0.32 0 1.00 0.01
HSL 79.29º 0.99% 0.5% -
HSV(B) 79.29º 1% 0.99% -
XYZ 52.14 79.02 12.53 -
YUV 200.05 15.66 107.99 -
System Red Green Blue C M Y K H S L
Decimal 172 253 1 0.32 0 1.00 0.01 79.29 0.99 0.5
Hex AC FD 1 20 0 64 1 4F 63 32
Octal 254 375 1 40 0 144 1 117 143 62
Binary 10101100 11111101 1 100000 0 1100100 1 1001111 1100011 110010

Color Harmonies of #ACFD01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFD01

Black with #ACFD01

Text Example


Text Example

White with #ACFD01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFD01; }

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

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

background-color css

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

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

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

border-color css

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

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

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