Html Css Color HEX #ACFE11 Spring Bud

📋 copy color: '#ACFE11'

red 172 ◦ green 254 ◦ blue 17

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

Shades of Spring Bud #ACFE11

Tints of Spring Bud #ACFE11

RGB

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

 GREEN value IS 254 (99.61% from 255) = 57.34%

 BLUE value IS 17 (7.03% from 255) = 3.84%

R = 38.83%
G = 57.34%
B = 3.84%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#ACFE11 (or 0xACFE11) is known color: Spring Bud. HEX triplet: AC, FE and 11. RGB value is (172,254,17). Sum of RGB (Red+Green+Blue) = 172+254+17=443 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.83% from 443); Green value is 254 (99.61% from 255 or 57.34% from 443); Blue value is 17 (7.03% from 255 or 3.84% from 443); Max value from RGB is 254 - color contains mainly: green. Hex color #ACFE11 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACFE11 is #5301EE. Grayscale: #CBCBCB. Windows color (decimal): -5439983 or 1179308. OLE color: 1179308.

HSL color Cylindrical-coordinate representation of color #ACFE11: hue angle of 80.76º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ACFE11 is Cyan = 0.32, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.00.

Color convert

RGB 172 254 17 -
CMYK 0.32 0 0.93 0.00
HSL 80.76º 0.99% 0.53% -
HSV(B) 80.76º 0.93% 1% -
XYZ 52.56 79.69 13.14 -
YUV 202.46 23.33 106.27 -
System Red Green Blue C M Y K H S L
Decimal 172 254 17 0.32 0 0.93 0.00 80.76 0.99 0.53
Hex AC FE 11 20 0 5D 0 51 63 35
Octal 254 376 21 40 0 135 0 121 143 65
Binary 10101100 11111110 10001 100000 0 1011101 0 1010001 1100011 110101

Color Harmonies of #ACFE11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFE11

Black with #ACFE11

Text Example


Text Example

White with #ACFE11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFE11; }

 p { color: rgb(172,254,17); }

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

background-color css

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

 a { background-color: rgb(172,254,17); }

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

border-color css

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

 span { border-color: rgb(172,254,17); }

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