Html Css Color HEX #ACFC00 Spring Bud

📋 copy color: '#ACFC00'

red 172 ◦ green 252 ◦ blue 0

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

Shades of Spring Bud #ACFC00

Tints of Spring Bud #ACFC00

RGB

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

 GREEN value IS 252 (98.83% from 255) = 59.43%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 40.57%
G = 59.43%
B = 0%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#ACFC00 (or 0xACFC00) is known color: Spring Bud. HEX triplet: AC, FC and 00. RGB value is (172,252,0). Sum of RGB (Red+Green+Blue) = 172+252+0=424 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.57% from 424); Green value is 252 (98.83% from 255 or 59.43% from 424); Blue value is 0 (0.39% from 255 or 0% from 424); Max value from RGB is 252 - color contains mainly: green. Hex color #ACFC00 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACFC00 is #5303FF. Grayscale: #C8C8C8. Windows color (decimal): -5440512 or 64684. OLE color: 64684.

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

Color convert

RGB 172 252 0 -
CMYK 0.32 0 1 0.01
HSL 79.05º 1% 0.49% -
HSV(B) 79.05º 1% 0.99% -
XYZ 51.82 78.39 12.4 -
YUV 199.35 15.5 108.49 -
System Red Green Blue C M Y K H S L
Decimal 172 252 0 0.32 0 1 0.01 79.05 1 0.49
Hex AC FC 0 20 0 64 1 4F 64 31
Octal 254 374 0 40 0 144 1 117 144 61
Binary 10101100 11111100 0 100000 0 1100100 1 1001111 1100100 110001

Color Harmonies of #ACFC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFC00

Black with #ACFC00

Text Example


Text Example

White with #ACFC00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFC00; }

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

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

background-color css

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

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

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

border-color css

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

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

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