Html Css Color HEX #ACEF00 Spring Bud

📋 copy color: '#ACEF00'

red 172 ◦ green 239 ◦ blue 0

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

Shades of Spring Bud #ACEF00

Tints of Spring Bud #ACEF00

RGB

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

 GREEN value IS 239 (93.75% from 255) = 58.15%

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

R = 41.85%
G = 58.15%
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

#ACEF00 (or 0xACEF00) is known color: Spring Bud. HEX triplet: AC, EF and 00. RGB value is (172,239,0). Sum of RGB (Red+Green+Blue) = 172+239+0=411 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.85% from 411); Green value is 239 (93.75% from 255 or 58.15% from 411); Blue value is 0 (0.39% from 255 or 0% from 411); Max value from RGB is 239 - color contains mainly: green. Hex color #ACEF00 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACEF00 is #5310FF. Grayscale: #C0C0C0. Windows color (decimal): -5443840 or 61356. OLE color: 61356.

HSL color Cylindrical-coordinate representation of color #ACEF00: hue angle of 76.82º 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 #ACEF00 is Cyan = 0.28, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.06.

Color convert

RGB 172 239 0 -
CMYK 0.28 0 1 0.06
HSL 76.82º 1% 0.47% -
HSV(B) 76.82º 1% 0.94% -
XYZ 47.88 70.5 11.09 -
YUV 191.72 19.8 113.93 -
System Red Green Blue C M Y K H S L
Decimal 172 239 0 0.28 0 1 0.06 76.82 1 0.47
Hex AC EF 0 1C 0 64 6 4D 64 2F
Octal 254 357 0 34 0 144 6 115 144 57
Binary 10101100 11101111 0 11100 0 1100100 110 1001101 1100100 101111

Color Harmonies of #ACEF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEF00

Black with #ACEF00

Text Example


Text Example

White with #ACEF00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEF00; }

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

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

background-color css

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

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

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

border-color css

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

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

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