#ACF032

Color #ACF032 Green Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Yellow #ACF032

Tints of Green Yellow #ACF032

Color information

#ACF032 (or 0xACF032) is unknown color: approx Green Yellow. HEX triplet: AC, F0 and 32. RGB value is (172,240,50). Sum of RGB (Red+Green+Blue) = 172+240+50=462 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.23% from 462); Green value is 240 (94.14% from 255 or 51.95% from 462); Blue value is 50 (19.92% from 255 or 10.82% from 462); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF032 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF032 is #530FCD. Grayscale: #C6C6C6. Windows color (decimal): -5443534 or 3338412. OLE color: 3338412.

HSL color Cylindrical-coordinate representation of color #ACF032: hue angle of 81.47º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ACF032 is Cyan = 0.28, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.06.

Color convert

RGB17224050-
CMYK0.2800.790.06
HSL81.47º86.36%56.86%-
HSV(B)81.47º79.17%94.12%-
XYZ48.7571.3214.21-
YUV198.0144.47109.45-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.23%
GREEN value IS 240 (94.14% from 255) = 51.95%
BLUE value IS 50 (19.92% from 255) = 10.82%
R=37.23%
G=51.95%
B=10.82%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal172240500.2800.790.0681.4786.3656.86
HexACF0321C04F6515639
Octal25436062340117612112671
Binary1010110011110000110010111000100111111010100011010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF032; }

 p { color: rgb(172,240,50); }

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

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

 a { background-color: rgb(172,240,50); }

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

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

 span { border-color: rgb(172,240,50); }

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