#ACFB46

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

Shades of Green Yellow #ACFB46

Tints of Green Yellow #ACFB46

Color information

#ACFB46 (or 0xACFB46) is unknown color: approx Green Yellow. HEX triplet: AC, FB and 46. RGB value is (172,251,70). Sum of RGB (Red+Green+Blue) = 172+251+70=493 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.89% from 493); Green value is 251 (98.44% from 255 or 50.91% from 493); Blue value is 70 (27.73% from 255 or 14.20% from 493); Max value from RGB is 251 - color contains mainly: green. Hex color #ACFB46 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACFB46 is #5304B9. Grayscale: #CFCFCF. Windows color (decimal): -5440698 or 4651948. OLE color: 4651948.

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

Color convert

RGB17225170-
CMYK0.3100.720.02
HSL86.19º95.77%62.94%-
HSV(B)86.19º72.11%98.43%-
XYZ52.6278.2118.12-
YUV206.7450.83103.22-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.89%
GREEN value IS 251 (98.44% from 255) = 50.91%
BLUE value IS 70 (27.73% from 255) = 14.20%
R=34.89%
G=50.91%
B=14.20%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal172251700.3100.720.0286.1995.7762.94
HexACFB461F048256603f
Octal254373106370110212614077
Binary1010110011111011100011011111010010001010101101100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFB46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFB46; }

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

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

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

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

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

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

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

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