Html Css Color HEX #ACF604 Spring Bud

📋 copy color: '#ACF604'

red 172 ◦ green 246 ◦ blue 4

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

Shades of Spring Bud #ACF604

Tints of Spring Bud #ACF604

RGB

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

 GREEN value IS 246 (96.48% from 255) = 58.29%

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

R = 40.76%
G = 58.29%
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

#ACF604 (or 0xACF604) is known color: Spring Bud. HEX triplet: AC, F6 and 04. RGB value is (172,246,4). Sum of RGB (Red+Green+Blue) = 172+246+4=422 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.76% from 422); Green value is 246 (96.48% from 255 or 58.29% from 422); Blue value is 4 (1.95% from 255 or 0.95% from 422); Max value from RGB is 246 - color contains mainly: green. Hex color #ACF604 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF604 is #5309FB. Grayscale: #C5C5C5. Windows color (decimal): -5442044 or 325292. OLE color: 325292.

HSL color Cylindrical-coordinate representation of color #ACF604: hue angle of 78.35º 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 #ACF604 is Cyan = 0.30, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.

Color convert

RGB 172 246 4 -
CMYK 0.30 0 0.98 0.04
HSL 78.35º 0.97% 0.49% -
HSV(B) 78.35º 0.98% 0.96% -
XYZ 49.99 74.69 11.9 -
YUV 196.29 19.48 110.68 -
System Red Green Blue C M Y K H S L
Decimal 172 246 4 0.30 0 0.98 0.04 78.35 0.97 0.49
Hex AC F6 4 1E 0 62 4 4E 61 31
Octal 254 366 4 36 0 142 4 116 141 61
Binary 10101100 11110110 100 11110 0 1100010 100 1001110 1100001 110001

Color Harmonies of #ACF604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF604

Black with #ACF604

Text Example


Text Example

White with #ACF604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF604; }

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

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

background-color css

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

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

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

border-color css

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

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

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