Html Css Color HEX #ACFF11 Spring Bud

📋 copy color: '#ACFF11'

red 172 ◦ green 255 ◦ blue 17

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

Shades of Spring Bud #ACFF11

Tints of Spring Bud #ACFF11

RGB

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

 GREEN value IS 255 (100% from 255) = 57.43%

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

R = 38.74%
G = 57.43%
B = 3.83%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#ACFF11 (or 0xACFF11) is known color: Spring Bud. HEX triplet: AC, FF and 11. RGB value is (172,255,17). Sum of RGB (Red+Green+Blue) = 172+255+17=444 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.74% from 444); Green value is 255 (100% from 255 or 57.43% from 444); Blue value is 17 (7.03% from 255 or 3.83% from 444); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFF11 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACFF11 is #5300EE. Grayscale: #CBCBCB. Windows color (decimal): -5439727 or 1179564. OLE color: 1179564.

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

Color convert

RGB 172 255 17 -
CMYK 0.33 0 0.93 0
HSL 80.92º 1% 0.53% -
HSV(B) 80.92º 0.93% 1% -
XYZ 52.87 80.33 13.25 -
YUV 203.05 23 105.85 -
System Red Green Blue C M Y K H S L
Decimal 172 255 17 0.33 0 0.93 0 80.92 1 0.53
Hex AC FF 11 21 0 5D 0 51 64 35
Octal 254 377 21 41 0 135 0 121 144 65
Binary 10101100 11111111 10001 100001 0 1011101 0 1010001 1100100 110101

Color Harmonies of #ACFF11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFF11

Black with #ACFF11

Text Example


Text Example

White with #ACFF11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFF11; }

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

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

background-color css

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

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

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

border-color css

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

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

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