Html Css Color HEX #ACF804 Spring Bud

📋 copy color: '#ACF804'

red 172 ◦ green 248 ◦ blue 4

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

Shades of Spring Bud #ACF804

Tints of Spring Bud #ACF804

RGB

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

 GREEN value IS 248 (97.27% from 255) = 58.49%

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

R = 40.57%
G = 58.49%
B = 0.94%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#ACF804 (or 0xACF804) is known color: Spring Bud. HEX triplet: AC, F8 and 04. RGB value is (172,248,4). Sum of RGB (Red+Green+Blue) = 172+248+4=424 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.57% from 424); Green value is 248 (97.27% from 255 or 58.49% from 424); Blue value is 4 (1.95% from 255 or 0.94% from 424); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF804 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF804 is #5307FB. Grayscale: #C6C6C6. Windows color (decimal): -5441532 or 325804. OLE color: 325804.

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

Color convert

RGB 172 248 4 -
CMYK 0.31 0 0.98 0.03
HSL 78.69º 0.97% 0.49% -
HSV(B) 78.69º 0.98% 0.97% -
XYZ 50.6 75.91 12.1 -
YUV 197.46 18.82 109.84 -
System Red Green Blue C M Y K H S L
Decimal 172 248 4 0.31 0 0.98 0.03 78.69 0.97 0.49
Hex AC F8 4 1F 0 62 3 4F 61 31
Octal 254 370 4 37 0 142 3 117 141 61
Binary 10101100 11111000 100 11111 0 1100010 11 1001111 1100001 110001

Color Harmonies of #ACF804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF804

Black with #ACF804

Text Example


Text Example

White with #ACF804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF804; }

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

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

background-color css

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

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

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

border-color css

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

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

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