#ACFB40

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

Shades of Green Yellow #ACFB40

Tints of Green Yellow #ACFB40

Color information

#ACFB40 (or 0xACFB40) is unknown color: approx Green Yellow. HEX triplet: AC, FB and 40. RGB value is (172,251,64). Sum of RGB (Red+Green+Blue) = 172+251+64=487 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.32% from 487); Green value is 251 (98.44% from 255 or 51.54% from 487); Blue value is 64 (25.39% from 255 or 13.14% from 487); Max value from RGB is 251 - color contains mainly: green. Hex color #ACFB40 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACFB40 is #5304BF. Grayscale: #CECECE. Windows color (decimal): -5440704 or 4258732. OLE color: 4258732.

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

Color convert

RGB17225164-
CMYK0.3100.750.02
HSL85.35º95.9%61.76%-
HSV(B)85.35º74.5%98.43%-
XYZ52.4478.1417.17-
YUV206.0647.83103.71-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.32%
GREEN value IS 251 (98.44% from 255) = 51.54%
BLUE value IS 64 (25.39% from 255) = 13.14%
R=35.32%
G=51.54%
B=13.14%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal172251640.3100.750.0285.3595.961.76
HexACFB401F04B255603e
Octal254373100370113212514076
Binary1010110011111011100000011111010010111010101011100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFB40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFB40; }

 p { color: rgb(172,251,64); }

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

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

 a { background-color: rgb(172,251,64); }

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

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

 span { border-color: rgb(172,251,64); }

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