Html Css Color HEX #ACFC05 Spring Bud

📋 copy color: '#ACFC05'

red 172 ◦ green 252 ◦ blue 5

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

Shades of Spring Bud #ACFC05

Tints of Spring Bud #ACFC05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.17%

R = 40.09%
G = 58.74%
B = 1.17%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#ACFC05 (or 0xACFC05) is known color: Spring Bud. HEX triplet: AC, FC and 05. RGB value is (172,252,5). Sum of RGB (Red+Green+Blue) = 172+252+5=429 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.09% from 429); Green value is 252 (98.83% from 255 or 58.74% from 429); Blue value is 5 (2.34% from 255 or 1.17% from 429); Max value from RGB is 252 - color contains mainly: green. Hex color #ACFC05 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACFC05 is #5303FA. Grayscale: #C8C8C8. Windows color (decimal): -5440507 or 392364. OLE color: 392364.

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

Color convert

RGB 172 252 5 -
CMYK 0.32 0 0.98 0.01
HSL 79.43º 0.98% 0.5% -
HSV(B) 79.43º 0.98% 0.99% -
XYZ 51.85 78.4 12.54 -
YUV 199.92 18 108.08 -
System Red Green Blue C M Y K H S L
Decimal 172 252 5 0.32 0 0.98 0.01 79.43 0.98 0.5
Hex AC FC 5 20 0 62 1 4F 62 32
Octal 254 374 5 40 0 142 1 117 142 62
Binary 10101100 11111100 101 100000 0 1100010 1 1001111 1100010 110010

Color Harmonies of #ACFC05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFC05

Black with #ACFC05

Text Example


Text Example

White with #ACFC05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFC05; }

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

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

background-color css

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

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

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

border-color css

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

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

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