Html Css Color HEX #ACF000 Spring Bud

📋 copy color: '#ACF000'

red 172 ◦ green 240 ◦ blue 0

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

Shades of Spring Bud #ACF000

Tints of Spring Bud #ACF000

RGB

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

 GREEN value IS 240 (94.14% from 255) = 58.25%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 41.75%
G = 58.25%
B = 0%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#ACF000 (or 0xACF000) is known color: Spring Bud. HEX triplet: AC, F0 and 00. RGB value is (172,240,0). Sum of RGB (Red+Green+Blue) = 172+240+0=412 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.75% from 412); Green value is 240 (94.14% from 255 or 58.25% from 412); Blue value is 0 (0.39% from 255 or 0% from 412); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF000 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF000 is #530FFF. Grayscale: #C1C1C1. Windows color (decimal): -5443584 or 61612. OLE color: 61612.

HSL color Cylindrical-coordinate representation of color #ACF000: hue angle of 77º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ACF000 is Cyan = 0.28, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.06.

Color convert

RGB 172 240 0 -
CMYK 0.28 0 1 0.06
HSL 77º 1% 0.47% -
HSV(B) 77º 1% 0.94% -
XYZ 48.17 71.09 11.18 -
YUV 192.31 19.47 113.51 -
System Red Green Blue C M Y K H S L
Decimal 172 240 0 0.28 0 1 0.06 77 1 0.47
Hex AC F0 0 1C 0 64 6 4D 64 2F
Octal 254 360 0 34 0 144 6 115 144 57
Binary 10101100 11110000 0 11100 0 1100100 110 1001101 1100100 101111

Color Harmonies of #ACF000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF000

Black with #ACF000

Text Example


Text Example

White with #ACF000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF000; }

 p { color: rgb(172,240,0); }

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

background-color css

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

 a { background-color: rgb(172,240,0); }

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

border-color css

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

 span { border-color: rgb(172,240,0); }

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