Html Css Color HEX #ACEB01 Spring Bud

📋 copy color: '#ACEB01'

red 172 ◦ green 235 ◦ blue 1

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

Shades of Spring Bud #ACEB01

Tints of Spring Bud #ACEB01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.25%

R = 42.16%
G = 57.6%
B = 0.25%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 1.00

 K value IS 0.08

RGB Variations

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

Color information

#ACEB01 (or 0xACEB01) is known color: Spring Bud. HEX triplet: AC, EB and 01. RGB value is (172,235,1). Sum of RGB (Red+Green+Blue) = 172+235+1=408 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.16% from 408); Green value is 235 (92.19% from 255 or 57.60% from 408); Blue value is 1 (0.78% from 255 or 0.25% from 408); Max value from RGB is 235 - color contains mainly: green. Hex color #ACEB01 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACEB01 is #5314FE. Grayscale: #BEBEBE. Windows color (decimal): -5444863 or 125868. OLE color: 125868.

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

Color convert

RGB 172 235 1 -
CMYK 0.27 0 1.00 0.08
HSL 76.15º 0.99% 0.46% -
HSV(B) 76.15º 1% 0.92% -
XYZ 46.73 68.19 10.73 -
YUV 189.49 21.63 115.53 -
System Red Green Blue C M Y K H S L
Decimal 172 235 1 0.27 0 1.00 0.08 76.15 0.99 0.46
Hex AC EB 1 1B 0 64 8 4C 63 2E
Octal 254 353 1 33 0 144 10 114 143 56
Binary 10101100 11101011 1 11011 0 1100100 1000 1001100 1100011 101110

Color Harmonies of #ACEB01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEB01

Black with #ACEB01

Text Example


Text Example

White with #ACEB01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEB01; }

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

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

background-color css

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

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

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

border-color css

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

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

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