#ACFC17

Color #ACFC17 Spring Bud (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Bud #ACFC17

Tints of Spring Bud #ACFC17

Color information

#ACFC17 (or 0xACFC17) is unknown color: approx 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

RGB17225223-
CMYK0.3200.910.01
HSL80.96º97.45%53.92%-
HSV(B)80.96º90.87%98.82%-
XYZ51.9878.4513.21-
YUV201.9727106.62-

RGB Variations

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

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 (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal172252230.3200.910.0180.9697.4553.92
HexACFC172005B1516136
Octal25437427400133112114166
Binary10101100111111001011110000001011011110100011100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFC17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>