Html Css Color HEX #ACEB00 Spring Bud

📋 copy color: '#ACEB00'

red 172 ◦ green 235 ◦ blue 0

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

Shades of Spring Bud #ACEB00

Tints of Spring Bud #ACEB00

RGB

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

 GREEN value IS 235 (92.19% from 255) = 57.74%

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

R = 42.26%
G = 57.74%
B = 0%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#ACEB00 (or 0xACEB00) is known color: Spring Bud. HEX triplet: AC, EB and 00. RGB value is (172,235,0). Sum of RGB (Red+Green+Blue) = 172+235+0=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 235 (92.19% from 255 or 57.74% from 407); Blue value is 0 (0.39% from 255 or 0% from 407); Max value from RGB is 235 - color contains mainly: green. Hex color #ACEB00 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACEB00 is #5314FF. Grayscale: #BEBEBE. Windows color (decimal): -5444864 or 60332. OLE color: 60332.

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

Color convert

RGB 172 235 0 -
CMYK 0.27 0 1 0.08
HSL 76.09º 1% 0.46% -
HSV(B) 76.09º 1% 0.92% -
XYZ 46.72 68.19 10.7 -
YUV 189.37 21.13 115.61 -
System Red Green Blue C M Y K H S L
Decimal 172 235 0 0.27 0 1 0.08 76.09 1 0.46
Hex AC EB 0 1B 0 64 8 4C 64 2E
Octal 254 353 0 33 0 144 10 114 144 56
Binary 10101100 11101011 0 11011 0 1100100 1000 1001100 1100100 101110

Color Harmonies of #ACEB00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEB00

Black with #ACEB00

Text Example


Text Example

White with #ACEB00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEB00; }

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

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

background-color css

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

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

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

border-color css

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

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

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