Html Css Color HEX #ACFC17 Spring Bud

📋 copy color: '#ACFC17'

red 172 ◦ green 252 ◦ blue 23

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

Shades of Spring Bud #ACFC17

Tints of Spring Bud #ACFC17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.15%

R = 38.48%
G = 56.38%
B = 5.15%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#ACFC17 (or 0xACFC17) is known color: Spring Bud. HEX triplet: AC, FC and 17. RGB value is (172,252,23). Sum of RGB (Red+Green+Blue) = 172+252+23=447 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.48% from 447); Green value is 252 (98.83% from 255 or 56.38% from 447); Blue value is 23 (9.38% from 255 or 5.15% from 447); Max value from RGB is 252 - color contains mainly: green. Hex color #ACFC17 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACFC17 is #5303E8. Grayscale: #CACACA. Windows color (decimal): -5440489 or 1572012. OLE color: 1572012.

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

Color convert

RGB 172 252 23 -
CMYK 0.32 0 0.91 0.01
HSL 80.96º 0.97% 0.54% -
HSV(B) 80.96º 0.91% 0.99% -
XYZ 51.98 78.45 13.21 -
YUV 201.97 27 106.62 -
System Red Green Blue C M Y K H S L
Decimal 172 252 23 0.32 0 0.91 0.01 80.96 0.97 0.54
Hex AC FC 17 20 0 5B 1 51 61 36
Octal 254 374 27 40 0 133 1 121 141 66
Binary 10101100 11111100 10111 100000 0 1011011 1 1010001 1100001 110110

Color Harmonies of #ACFC17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFC17

Black with #ACFC17

Text Example


Text Example

White with #ACFC17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFC17; }

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

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

background-color css

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

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

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

border-color css

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

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

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