#ACFA09

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

Shades of Spring Bud #ACFA09

Tints of Spring Bud #ACFA09

Color information

#ACFA09 (or 0xACFA09) is unknown color: approx Spring Bud. HEX triplet: AC, FA and 09. RGB value is (172,250,9). Sum of RGB (Red+Green+Blue) = 172+250+9=431 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.91% from 431); Green value is 250 (98.05% from 255 or 58.00% from 431); Blue value is 9 (3.91% from 255 or 2.09% from 431); Max value from RGB is 250 - color contains mainly: green. Hex color #ACFA09 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACFA09 is #5305F6. Grayscale: #C8C8C8. Windows color (decimal): -5441015 or 653996. OLE color: 653996.

HSL color Cylindrical-coordinate representation of color #ACFA09: hue angle of 79.42º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ACFA09 is Cyan = 0.31, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.

Color convert

RGB1722509-
CMYK0.3100.960.02
HSL79.42º96.02%50.78%-
HSV(B)79.42º96.4%98.04%-
XYZ51.2577.1612.45-
YUV199.220.66108.6-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.91%
GREEN value IS 250 (98.05% from 255) = 58.00%
BLUE value IS 9 (3.91% from 255) = 2.09%
R=39.91%
G=58.00%
B=2.09%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal17225090.3100.960.0279.4296.0250.78
HexACFA91F06024f6033
Octal25437211370140211714063
Binary1010110011111010100111111011000001010011111100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFA09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFA09; }

 p { color: rgb(172,250,9); }

 H1.HeaderClassName
 {
   color: #ACFA09;
 }
 .AnyTagClassName
 {
   color: #ACFA09;
 }
</style>
background-color css

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

 a { background-color: rgb(172,250,9); }

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

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

 span { border-color: rgb(172,250,9); }

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