Html Css Color HEX #ACEC00 Spring Bud

📋 copy color: '#ACEC00'

red 172 ◦ green 236 ◦ blue 0

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

Shades of Spring Bud #ACEC00

Tints of Spring Bud #ACEC00

RGB

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

 GREEN value IS 236 (92.58% from 255) = 57.84%

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

R = 42.16%
G = 57.84%
B = 0%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#ACEC00 (or 0xACEC00) is known color: Spring Bud. HEX triplet: AC, EC and 00. RGB value is (172,236,0). Sum of RGB (Red+Green+Blue) = 172+236+0=408 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.16% from 408); Green value is 236 (92.58% from 255 or 57.84% from 408); Blue value is 0 (0.39% from 255 or 0% from 408); Max value from RGB is 236 - color contains mainly: green. Hex color #ACEC00 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACEC00 is #5313FF. Grayscale: #BEBEBE. Windows color (decimal): -5444608 or 60588. OLE color: 60588.

HSL color Cylindrical-coordinate representation of color #ACEC00: hue angle of 76.27º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ACEC00 is Cyan = 0.27, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.07.

Color convert

RGB 172 236 0 -
CMYK 0.27 0 1 0.07
HSL 76.27º 1% 0.46% -
HSV(B) 76.27º 1% 0.93% -
XYZ 47.01 68.76 10.79 -
YUV 189.96 20.8 115.19 -
System Red Green Blue C M Y K H S L
Decimal 172 236 0 0.27 0 1 0.07 76.27 1 0.46
Hex AC EC 0 1B 0 64 7 4C 64 2E
Octal 254 354 0 33 0 144 7 114 144 56
Binary 10101100 11101100 0 11011 0 1100100 111 1001100 1100100 101110

Color Harmonies of #ACEC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEC00

Black with #ACEC00

Text Example


Text Example

White with #ACEC00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEC00; }

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

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

background-color css

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

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

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

border-color css

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

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

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