Html Css Color HEX #ACF404 Spring Bud

📋 copy color: '#ACF404'

red 172 ◦ green 244 ◦ blue 4

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

Shades of Spring Bud #ACF404

Tints of Spring Bud #ACF404

RGB

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

 GREEN value IS 244 (95.7% from 255) = 58.1%

 BLUE value IS 4 (1.95% from 255) = 0.95%

R = 40.95%
G = 58.1%
B = 0.95%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#ACF404 (or 0xACF404) is known color: Spring Bud. HEX triplet: AC, F4 and 04. RGB value is (172,244,4). Sum of RGB (Red+Green+Blue) = 172+244+4=420 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.95% from 420); Green value is 244 (95.70% from 255 or 58.10% from 420); Blue value is 4 (1.95% from 255 or 0.95% from 420); Max value from RGB is 244 - color contains mainly: green. Hex color #ACF404 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF404 is #530BFB. Grayscale: #C3C3C3. Windows color (decimal): -5442556 or 324780. OLE color: 324780.

HSL color Cylindrical-coordinate representation of color #ACF404: hue angle of 78º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ACF404 is Cyan = 0.30, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.

Color convert

RGB 172 244 4 -
CMYK 0.30 0 0.98 0.04
HSL 78º 0.97% 0.49% -
HSV(B) 78º 0.98% 0.96% -
XYZ 49.39 73.48 11.7 -
YUV 195.11 20.15 111.51 -
System Red Green Blue C M Y K H S L
Decimal 172 244 4 0.30 0 0.98 0.04 78 0.97 0.49
Hex AC F4 4 1E 0 62 4 4E 61 31
Octal 254 364 4 36 0 142 4 116 141 61
Binary 10101100 11110100 100 11110 0 1100010 100 1001110 1100001 110001

Color Harmonies of #ACF404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF404

Black with #ACF404

Text Example


Text Example

White with #ACF404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF404; }

 p { color: rgb(172,244,4); }

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

background-color css

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

 a { background-color: rgb(172,244,4); }

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

border-color css

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

 span { border-color: rgb(172,244,4); }

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