Html Css Color HEX #ACF704 Spring Bud

📋 copy color: '#ACF704'

red 172 ◦ green 247 ◦ blue 4

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

Shades of Spring Bud #ACF704

Tints of Spring Bud #ACF704

RGB

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

 GREEN value IS 247 (96.88% from 255) = 58.39%

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

R = 40.66%
G = 58.39%
B = 0.95%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#ACF704 (or 0xACF704) is known color: Spring Bud. HEX triplet: AC, F7 and 04. RGB value is (172,247,4). Sum of RGB (Red+Green+Blue) = 172+247+4=423 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.66% from 423); Green value is 247 (96.88% from 255 or 58.39% from 423); Blue value is 4 (1.95% from 255 or 0.95% from 423); Max value from RGB is 247 - color contains mainly: green. Hex color #ACF704 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF704 is #5308FB. Grayscale: #C5C5C5. Windows color (decimal): -5441788 or 325548. OLE color: 325548.

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

Color convert

RGB 172 247 4 -
CMYK 0.30 0 0.98 0.03
HSL 78.52º 0.97% 0.49% -
HSV(B) 78.52º 0.98% 0.97% -
XYZ 50.3 75.3 12 -
YUV 196.87 19.15 110.26 -
System Red Green Blue C M Y K H S L
Decimal 172 247 4 0.30 0 0.98 0.03 78.52 0.97 0.49
Hex AC F7 4 1E 0 62 3 4F 61 31
Octal 254 367 4 36 0 142 3 117 141 61
Binary 10101100 11110111 100 11110 0 1100010 11 1001111 1100001 110001

Color Harmonies of #ACF704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF704

Black with #ACF704

Text Example


Text Example

White with #ACF704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF704; }

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

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

background-color css

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

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

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

border-color css

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

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

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