Html Css Color HEX #ACFD00 Spring Bud

📋 copy color: '#ACFD00'

red 172 ◦ green 253 ◦ blue 0

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

Shades of Spring Bud #ACFD00

Tints of Spring Bud #ACFD00

RGB

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

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

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

R = 40.47%
G = 59.53%
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

#ACFD00 (or 0xACFD00) is known color: Spring Bud. HEX triplet: AC, FD and 00. RGB value is (172,253,0). Sum of RGB (Red+Green+Blue) = 172+253+0=425 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.47% from 425); Green value is 253 (99.22% from 255 or 59.53% from 425); Blue value is 0 (0.39% from 255 or 0% from 425); Max value from RGB is 253 - color contains mainly: green. Hex color #ACFD00 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACFD00 is #5302FF. Grayscale: #C8C8C8. Windows color (decimal): -5440256 or 64940. OLE color: 64940.

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

Color convert

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

Color Harmonies of #ACFD00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFD00

Black with #ACFD00

Text Example


Text Example

White with #ACFD00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFD00; }

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

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

background-color css

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

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

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

border-color css

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

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

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