Html Css Color HEX #ACEC01 Spring Bud

📋 copy color: '#ACEC01'

red 172 ◦ green 236 ◦ blue 1

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

Shades of Spring Bud #ACEC01

Tints of Spring Bud #ACEC01

RGB

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

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

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

R = 42.05%
G = 57.7%
B = 0.24%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#ACEC01 (or 0xACEC01) is known color: Spring Bud. HEX triplet: AC, EC and 01. RGB value is (172,236,1). Sum of RGB (Red+Green+Blue) = 172+236+1=409 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.05% from 409); Green value is 236 (92.58% from 255 or 57.70% from 409); Blue value is 1 (0.78% from 255 or 0.24% from 409); Max value from RGB is 236 - color contains mainly: green. Hex color #ACEC01 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACEC01 is #5313FE. Grayscale: #BEBEBE. Windows color (decimal): -5444607 or 126124. OLE color: 126124.

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

Color convert

RGB 172 236 1 -
CMYK 0.27 0 1.00 0.07
HSL 76.34º 0.99% 0.46% -
HSV(B) 76.34º 1% 0.93% -
XYZ 47.01 68.76 10.82 -
YUV 190.07 21.3 115.11 -
System Red Green Blue C M Y K H S L
Decimal 172 236 1 0.27 0 1.00 0.07 76.34 0.99 0.46
Hex AC EC 1 1B 0 64 7 4C 63 2E
Octal 254 354 1 33 0 144 7 114 143 56
Binary 10101100 11101100 1 11011 0 1100100 111 1001100 1100011 101110

Color Harmonies of #ACEC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEC01

Black with #ACEC01

Text Example


Text Example

White with #ACEC01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEC01; }

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

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

background-color css

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

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

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

border-color css

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

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

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