#ACFF49

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

Shades of Green Yellow #ACFF49

Tints of Green Yellow #ACFF49

Color information

#ACFF49 (or 0xACFF49) is unknown color: approx Green Yellow. HEX triplet: AC, FF and 49. RGB value is (172,255,73). Sum of RGB (Red+Green+Blue) = 172+255+73=500 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.4% from 500); Green value is 255 (100% from 255 or 51% from 500); Blue value is 73 (28.91% from 255 or 14.6% from 500); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFF49 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACFF49 is #5300B6. Grayscale: #D2D2D2. Windows color (decimal): -5439671 or 4849580. OLE color: 4849580.

HSL color Cylindrical-coordinate representation of color #ACFF49: hue angle of 87.36º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ACFF49 is Cyan = 0.33, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.

Color convert

RGB17225573-
CMYK0.3300.710
HSL87.36º100%64.31%-
HSV(B)87.36º71.37%100%-
XYZ53.9880.7719.05-
YUV209.4451101.3-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.4%
GREEN value IS 255 (100% from 255) = 51%
BLUE value IS 73 (28.91% from 255) = 14.6%
R=34.4%
G=51%
B=14.6%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal172255730.3300.71087.3610064.31
HexACFF49210470576440
Octal2543771114101070127144100
Binary10101100111111111001001100001010001110101011111001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFF49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFF49; }

 p { color: rgb(172,255,73); }

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

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

 a { background-color: rgb(172,255,73); }

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

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

 span { border-color: rgb(172,255,73); }

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