#ACF346

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

Shades of Green Yellow #ACF346

Tints of Green Yellow #ACF346

Color information

#ACF346 (or 0xACF346) is unknown color: approx Green Yellow. HEX triplet: AC, F3 and 46. RGB value is (172,243,70). Sum of RGB (Red+Green+Blue) = 172+243+70=485 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.46% from 485); Green value is 243 (95.31% from 255 or 50.10% from 485); Blue value is 70 (27.73% from 255 or 14.43% from 485); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF346 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF346 is #530CB9. Grayscale: #CACACA. Windows color (decimal): -5442746 or 4649900. OLE color: 4649900.

HSL color Cylindrical-coordinate representation of color #ACF346: hue angle of 84.62º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ACF346 is Cyan = 0.29, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.

Color convert

RGB17224370-
CMYK0.2900.710.05
HSL84.62º87.82%61.37%-
HSV(B)84.62º71.19%95.29%-
XYZ50.1773.3117.3-
YUV202.0553.48106.57-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.46%
GREEN value IS 243 (95.31% from 255) = 50.10%
BLUE value IS 70 (27.73% from 255) = 14.43%
R=35.46%
G=50.10%
B=14.43%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal172243700.2900.710.0584.6287.8261.37
HexACF3461D047555583d
Octal254363106350107512513075
Binary10101100111100111000110111010100011110110101011011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF346; }

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

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

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

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

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

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

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

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