Html Css Color HEX #ACFC11 Spring Bud

📋 copy color: '#ACFC11'

red 172 ◦ green 252 ◦ blue 17

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

Shades of Spring Bud #ACFC11

Tints of Spring Bud #ACFC11

RGB

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

 GREEN value IS 252 (98.83% from 255) = 57.14%

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

R = 39%
G = 57.14%
B = 3.85%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#ACFC11 (or 0xACFC11) is known color: Spring Bud. HEX triplet: AC, FC and 11. RGB value is (172,252,17). Sum of RGB (Red+Green+Blue) = 172+252+17=441 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.00% from 441); Green value is 252 (98.83% from 255 or 57.14% from 441); Blue value is 17 (7.03% from 255 or 3.85% from 441); Max value from RGB is 252 - color contains mainly: green. Hex color #ACFC11 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACFC11 is #5303EE. Grayscale: #CACACA. Windows color (decimal): -5440495 or 1178796. OLE color: 1178796.

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

Color convert

RGB 172 252 17 -
CMYK 0.32 0 0.93 0.01
HSL 80.43º 0.98% 0.53% -
HSV(B) 80.43º 0.93% 0.99% -
XYZ 51.92 78.43 12.93 -
YUV 201.29 24 107.11 -
System Red Green Blue C M Y K H S L
Decimal 172 252 17 0.32 0 0.93 0.01 80.43 0.98 0.53
Hex AC FC 11 20 0 5D 1 50 62 35
Octal 254 374 21 40 0 135 1 120 142 65
Binary 10101100 11111100 10001 100000 0 1011101 1 1010000 1100010 110101

Color Harmonies of #ACFC11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFC11

Black with #ACFC11

Text Example


Text Example

White with #ACFC11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFC11; }

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

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

background-color css

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

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

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

border-color css

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

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

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